Jupyter Notebook's default page appears nothing [duplicate]

柔情痞子 提交于 2019-12-11 16:46:10

问题


I installed python 3.7.2 version and jupyter notebook with pip command.

All programs and modules are successfully installed and enter the "jupyter notebook" into my folder's domain.

And I copied the URLs and paste to my chrome browser.

But, default pages didn't appear anything.

How can I fix this problem? I need your help...


回答1:


Please refer to https://github.com/jupyter/notebook/issues/4467 I encounter similar trouble. So I just do 3 steps:

  1. uninstall Jupyter Notebook 5.7.6: conda uninstall notebook
  2. install old version: conda install notebook=5.7.4
  3. After lauching Jupyter Notebook 5.7.4: Press CTRL+R or CTRL+Shift+R to clear the cache

Then Jupyter Notebook works normally now. Hope it's helpful to you.



来源:https://stackoverflow.com/questions/55180100/jupyter-notebooks-default-page-appears-nothing

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!