我在Windows 10上安装了Anaconda,并更新了所有软件包。 现在我想通过cmd打开Jupyter实验室。
当我在cmd:jupyter lab中键入此命令时 它只是在谷歌浏览器中打开一个标签显示:
“404:未找到您正在请求不存在的页面!”
你可以帮我解决这个问题,以便能够打开jupyter实验室感谢
答案 0 :(得分:6)
我做了:
jupyter serverextension enable --py jupyterlab --user
和
conda install -c conda-forge nodejs
它现在正在运行。
答案 1 :(得分:1)
如果您使用的是Anaconda Navigator,请在导航器中安装nodejs
包。安装nodejs
后,jupyterLab应该运行时没有任何错误
答案 2 :(得分:1)
在调试模式下运行jupyter实验室,建议您首先运行:
jupyter lab build