Reputation: 11
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
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