浏览器中的jupyter笔记本黑屏

时间:2019-03-19 16:20:36

标签: windows anaconda jupyter-notebook jupyter visual-studio-2019

当我运行Jupyter笔记本并转到指定地址的浏览器时,将加载空白页。enter image description here

以cmd飞出的日志:

[I 19:11:21.500 NotebookApp] JupyterLab extension loaded from c:\program files (x86)\microsoft visual studio\shared\anaconda3\lib\site-packages\jupyterlab
[I 19:11:21.500 NotebookApp] JupyterLab application directory is c:\program files (x86)\microsoft visual studio\shared\anaconda3\share\jupyter\lab
[I 19:11:21.516 NotebookApp] Serving notebooks from local directory: C:\Users\Nikita Permikov\source\repos\Jupyter notebook
[I 19:11:21.516 NotebookApp] The Jupyter Notebook is running at:
[I 19:11:21.516 NotebookApp] http://localhost:8888/
[I 19:11:21.516 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[I 19:11:38.690 NotebookApp] 302 GET /tree? (::1) 2.00ms

ОС:Windows 10家庭版 Python:路径中注册了“ python” 安装有Visual Studio 2019的Anaconda

已经重新安装了jupyter

1 个答案:

答案 0 :(得分:0)

安装了jupyter,然后尝试卸载笔记本版本5.7.8,然后安装笔记本5.7.4。而在该jupyter笔记本页面中,尝试按CTRL + Shift + R,它将清除该文件浏览器中的所有缓存。它对我有用,而不是安装和卸载jupyter。