我使用的是朱庇特笔记本版本: 4.3.1我创建了一个新的环境并在其中安装了Jupyter笔记本,在使用命令jupyter notebook启动笔记本之后,我得到了以下输出,并且在试图打开浏览器中的链接时提供了以下输出。

(tflearn) C:\Users\himan\DLND\Week2\sentiment-analysis>jupyter notebook
[I 07:22:07.563 NotebookApp] Serving notebooks from local directory: C:\Users\himan\DLND\Week2\sentiment-analysis
[I 07:22:07.563 NotebookApp] 0 active kernels
[I 07:22:07.563 NotebookApp] The Jupyter Notebook is running at: http://localhost:8888/?token=2ece159979892d1e04be5e2db2ff06c479f75faba3dc1e02
[I 07:22:07.563 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[C 07:22:07.569 NotebookApp]
Copy/paste this URL into your browser when you connect for the first time,
to login with a token:
http://localhost:8888/?token=2ece159979892d1e04be5e2db2ff06c479f75faba3dc1e02以前一切都很好,但是最近开始了,我尝试使用不同的端口,比如8889,8890,在运行2到3次之后,它们也停止了工作。我在windows 10上使用anaconda。
我试过类似的问题,但它们对我不起作用。任何帮助都将不胜感激。
谢谢
发布于 2017-02-07 03:31:04
这解决了我的问题:
conda更新nb_conda nb_conda_kernels nb_anacondacloud
https://stackoverflow.com/questions/42080495
复制相似问题