Getting error - Connection reset by peer - while trying to fetch MNIST data

Hi,

I am trying this in jupyter.

from sklearn.datasets import fetch_mldata
mnist = fetch_mldata(“MNIST original”)
mnist

I am getting below error, can you help?

ConnectionResetError: [Errno 104] Connection reset by peer