我正在使用python3.5
和jupyter 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)