Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why does Jupyter notebook on Mac show blank page?

Google Chrome is showing a blank page when I open a .ipyb file with jupyter notebook. I have already removed and reinstalled Anaconda (v2.1.2). How to deal with this? Thanks!

like image 286
jso_232 Avatar asked Sep 02 '25 16:09

jso_232


1 Answers

I also have the same problem with Mac. Downgrade to the 5.7.5 version solves it for me:

pip uninstall notebook
pip install notebook==5.7.5
like image 177
Lucas Avatar answered Sep 04 '25 04:09

Lucas