J. choi
J. choi

Reputation: 11

How can I solve error in Jupyter notebook?

Now I use jupyter notebook in my desktop PC. Jupyter notebook stop after running a file a few days ago, but I didn't found exact cause.

I saw this error message from jupyter notebook. " File failed to load: http://localhost:8888/static/components/MathJax/extensions/Safe.js "

How can I solve this problem?

Upvotes: 1

Views: 3299

Answers (1)

Eddie Tsai
Eddie Tsai

Reputation: 51

Refer to this thread on GitHub

This might be caused by a large output.

You need to install nbstripout and then use nbstripout YOURFILE.ipynb in terminal to get rid of the large output.

Upvotes: 3

Related Questions