如何解决jupyter实验室的404错误

时间:2018-02-23 12:46:36

标签: python anaconda jupyter conda jupyter-lab

我在Windows 10上安装了Anaconda,并更新了所有软件包。 现在我想通过cmd打开Jupyter实验室。

当我在cmd:jupyter lab中键入此命令时 它只是在谷歌浏览器中打开一个标签显示:

“404:未找到您正在请求不存在的页面!” enter image description here

你可以帮我解决这个问题,以便能够打开jupyter实验室

感谢

3 个答案:

答案 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