我正在Windows 10上的Anaconda环境(Python 3.6.8)中启动Jupyter笔记本,当我这样做时,Chrome浏览器中显示的页面完全空白。
控制台(git bash)窗口中的输出如下所示:
$ jupyter notebook object_detection_tutorial.ipynb
[I 13:18:13.500 NotebookApp] Serving notebooks from local directory: C:\home\git\object_detection_tensorflow\TensorFlow\models\research\object_detection
[I 13:18:13.500 NotebookApp] The Jupyter Notebook is running at:
[I 13:18:13.500 NotebookApp] http://localhost:8888/?token=bfb419ee35f8fd9800621e52dc8d73515990e2298148135b
[I 13:18:13.500 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[C 13:18:13.513 NotebookApp]
To access the notebook, open this file in a browser:
file:///C:/Users/James%20Adams/AppData/Roaming/jupyter/runtime/nbserver-2808-open.html
Or copy and paste one of these URLs:
http://localhost:8888/?token=bfb419ee35f8fd9800621e52dc8d73515990e2298148135b
如果我将上面列出的URL复制并粘贴到Chrome浏览器地址栏中,则在控制台中会收到正常的响应,但在浏览器中会出现相同的空白页:
[I 13:21:17.840 NotebookApp] 302 GET /?token=bfb419ee35f8fd9800621e52dc8d73515990e2298148135b (::1) 0.99ms
到目前为止,我已经尝试了许多没有不同结果的事情:
conda install notebook=5.7.4
)我还能尝试解决什么问题?