简体   繁体   English

Jupyter Lab 不再开放

[英]Jupyter Lab not opening anymore

Jupyter Notebook starts normally but when I try to start Jupyter Lab (either via cmd or conda prompt) I get the following error: Jupyter Notebook 正常启动,但是当我尝试启动 Jupyter Lab(通过 cmd 或 conda 提示符)时,我收到以下错误:

Cannot open C:\Users\user\Miniconda3\envs\ds_env\Scripts\jupyter-lab-script.py无法打开 C:\Users\user\Miniconda3\envs\ds_env\Scripts\jupyter-lab-script.py

I checked and the "jupyter-lab-script.py" file is actually missing.我检查了“jupyter-lab-script.py”文件实际上丢失了。 It was working before but I think this happened after the last update.它以前可以工作,但我认为这发生在上次更新之后。

How can I get it to work?我怎样才能让它工作?

Something like that happened to me before with jupyter notebook and I re installed the whole anaconda navigator, seems that it just needed to be updated.以前用 jupyter notebook 发生过类似的事情,我重新安装了整个 anaconda 导航器,似乎只需要更新它。

The problem got resolved on its own after installing another update.安装另一个更新后,问题自行解决。

open you terminal and type:打开你的终端并输入:

pip install jupyterlab

To open jupyter lab type:要打开 jupyter 实验室类型:

jupyter lab

Do this again to reinstall/renew it再次执行此操作以重新安装/更新它

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM