Using Tensorflow

import tensorflow as tf
from tensorflow import keras
keras.datasets.fashion_mnist.load_data()

gives error “TypeError: isatty() takes 0 positional arguments but 1 was given”

Is it possible to use tensorflow in datalore?

Hi, Nikolai!

Unfortunately, tensorflow and some other libraries are not fully supported in Datalore at the moment, I’ll ask the devs if we can support this particular case though.

In any case, we are working on other computation modes to bring the full support for all such cases, please stay tuned!