小编Wal*_*Ali的帖子

无法在浏览器上打开jupyter(ipython)笔记本

我正在使用python3.5jupyter 4.0.6.我启动了jupyter notebook,并得到以下输出:

[I 21:47:27.021 NotebookApp] Serving notebooks from local directory: /home/nitrous
[I 21:47:27.021 NotebookApp] 0 active kernels
[I 21:47:27.021 NotebookApp] The Jupyter Notebook is running at: http://localhost:8888/
[I 21:47:27.022 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[W 21:47:27.023 NotebookApp] No web browser found: could not locate runnable browser.
Run Code Online (Sandbox Code Playgroud)

在我的firefox浏览器上,我键入了指定的localhost url:http://localhost:8888/但是我收到unable to connect错误消息.我错过了什么?是这一行的问题的暗示:

[W 21:47:27.023 NotebookApp] No web browser …
Run Code Online (Sandbox Code Playgroud)

python ipython ipython-notebook jupyter jupyter-notebook

7
推荐指数
3
解决办法
1万
查看次数