In fact, I tried to import libraries:
import numpy as np import matplotlib.pyplot as plt %matplotlib inline from collections import Counter from keras.datasets import cifar10 Displays error: ModuleNotFoundError: No module named 'keras'
ps both in pip'e and in jupyter itself I installed both keras.datasets and tensorflow
keras.datasetswithout installingkeras? - MaxU 5:46 pmkerasinstalled crookedly - try to reinstall - MaxU