【发布时间】:2019-04-06 23:29:02
【问题描述】:
Jupyter-notebook 无法打开网络浏览器。它之前工作得很好,然后在 Windows 10 提示更新后,它开始在 Microsoft Edge 中打开。当我尝试将其更改为 Chrome 的默认浏览器时,它根本不会打开。
我关注 how to open Jupyter notebook in chrome on windows 尝试将其改回 chrome。
当我尝试运行时
jupyter notebook
在 cmd 中我得到的只是
[I 21:39:08.015 NotebookApp] JupyterLab extension loaded from C:\Users\roy\Anaconda3\lib\site-packages\jupyterlab
[I 21:39:08.015 NotebookApp] JupyterLab application directory is C:\Users\roy\Anaconda3\share\jupyter\lab
[I 21:39:08.015 NotebookApp] Serving notebooks from local directory: C:\Users\roy
[I 21:39:08.015 NotebookApp] The Jupyter Notebook is running at:
[I 21:39:08.015 NotebookApp] http://localhost:8888/?token=d0a958999d7e59da3f097809882e8f40eb5845e3a07cebe8
[I 21:39:08.031 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[W 21:39:08.109 NotebookApp] No web browser found: could not locate runnable browser.
To access the notebook, open this file in a browser:
file:///C:/Users/roy/AppData/Roaming/jupyter/runtime/nbserver-1516-open.html
Or copy and paste one of these URLs:
http://localhost:8888/?token=d0a958999d7e59da3f097809882e8f40eb5845e3a07cebe8
但是,当我将网址复制并粘贴到网络浏览器中时,它就可以正常工作了。
【问题讨论】:
标签: python ide jupyter-notebook jupyter