Problem W1D5 Tutorial 3

Tried to run this code in the first cell.

from sklearn.datasets import fetch_openml

mnist = fetch_openml(name=‘mnist_784’)

X = mnist.data

plot_MNIST_sample(X)

But I carry on getting this error