问题描述
Jupyter Notebook会话的屏幕截图:
Screenshot of Jupyter Notebook Session:
我正在尝试使用anaconda提示符启动Jupyter笔记本.浏览器会话打开,但是页面上没有可见的内容.
I am trying to launch a Jupyter notebook using anaconda prompt. The browser session opens but no contents are visible on the page.
有人知道如何缓解这种情况吗?
Does anyone have any idea how to mitigate this?
Anaconda提示的屏幕截图:
Screenshot of Anaconda Prompt:
推荐答案
请参考 https: //github.com/jupyter/notebook/issues/4467 我遇到类似的麻烦.因此,我只需要执行3个步骤:(1)卸载Jupyter Notebook 5.7.6康达卸载笔记本(2)安装旧版本康达安装笔记本= 5.7.4(3)启动Jupyter Notebook 5.7.4之后按CTRL + R或CTRL + Shift + R清除缓存然后Jupyter Notebook现在可以正常工作了.希望对您有帮助.
Please refer to https://github.com/jupyter/notebook/issues/4467I encounter similar trouble. So I just do 3 steps:(1) uninstall Jupyter Notebook 5.7.6conda uninstall notebook(2) install old versionconda install notebook=5.7.4(3) After lauching Jupyter Notebook 5.7.4Press CTRL+R or CTRL+Shift+R to clear the cacheThen Jupyter Notebook works normally now.Hope it's helpful to you.
这篇关于Jupyter笔记本打开,但看不到任何内容的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!