我是Jupyter Notebook的新手,
我已经安装了Anaconda,并试图从Anaconda提示符和CMD shell启动Jupyter Notebook,它仅显示已使用的端口并尝试另一个端口,但是它没有启动chrome / IE localhost页面。
CMD的摘录:
C:\Users\HP>jupyter notebook
[I 01:48:54.354 NotebookApp] The port 8888 is already in use, trying another port.
[I 01:48:54.360 NotebookApp] The port 8889 is already in use, trying another port.
Anaconda提示中的摘录:
(base) C:\Users\HP>jupyter notebook
[I 01:49:43.195 NotebookApp] The port 8888 is already in use, trying another port.
[I 01:49:43.196 NotebookApp] The port 8889 is already in use, trying another port.
[I 01:49:43.198 NotebookApp] The port 8890 is already in use, trying another port.
[I 01:49:43.199 NotebookApp] The port 8891 is already in use, trying another port.
[I 01:49:43.199 NotebookApp] The port 8892 is already in use, trying another port.
您能帮忙为什么会这样吗?我尝试搜索一些较早的答案,但没有得到解决。
它应该能够在Chrome / IE上启动localhost。
请帮助!
BR, Pradeep