Jupyter Lab 在错误的路径中打开,与 Jupyter Notebook 不同,两者在“jupyter_notebook_config.py”中具有相同的映射。

Posted

技术标签:

【中文标题】Jupyter Lab 在错误的路径中打开,与 Jupyter Notebook 不同,两者在“jupyter_notebook_config.py”中具有相同的映射。【英文标题】:Jupyter Lab opening in wrong path, different from Jupyter Notebook, both have same mapping in "jupyter_notebook_config.py." 【发布时间】:2021-06-28 01:59:30 【问题描述】:

我通常从 Git Bash 打开 Jupyter Lab,使用命令 jupyter lab

但今天它突然在与平时不同的文件夹中打开 wrong folder in Lab 我也从 Git Bash 检查了打开 Jupyter Notebook,它在通常的文件夹中打开。 right, usual folder in Notebook

我检查了“jupyter_notebook_config.py”。并且它们都映射到同一个目录

# c.LabApp.notebook_dir = ''

# c.NotebookApp.notebook_dir = ''

但是,我发现这些行适用于 Lab,但不适用于 Notebook

## The app directory to launch JupyterLab from.

# Default: 'C:\\Users\\myuser\\Anaconda3\\share\\jupyter\\lab'

# c.LabApp.app_dir = 'C:\\Users\\myuser\\Anaconda3\\share\\jupyter\\lab'

有人可能知道为什么 jupyter lab 在错误的文件夹中打开? 我已经检查了这些

How to change the Jupyter start-up folder How to navigate to a different directory in Jupyter Notebook?

另外,从 Git Bash 打开 $ jupyter notebook --notebook-dir 'C:\\Users\\myuser\\Desktop\\' 但是这个打不开 $ jupyter notebook --notebook-dir 'C:\\Users\\myuser\\Desktop\\MyWork'

Jupyter Lab 看不到 MyWork 文件夹,这是一个 GitHub 主存储库,这可能是相关的吗? see side to side, File Explorer vs Jupyter Lab

【问题讨论】:

您使用的是 JupyterLab 3.0 吗?如果是,则不再使用 jupyter_notebook_config.py 而是 jupyter_server_config.py ,请参阅***.com/a/66860252/6646912 安装的版本是2.2.6,是公司电脑=没有管理员权限 【参考方案1】:

解决了,

    推送到 GitHub 打开 GitBash 并 cd 导航到所需文件夹 (MyWork) 的父文件夹 从该父文件夹启动 jupyter lab

【讨论】:

以上是关于Jupyter Lab 在错误的路径中打开,与 Jupyter Notebook 不同,两者在“jupyter_notebook_config.py”中具有相同的映射。的主要内容,如果未能解决你的问题,请参考以下文章

jupyter lab 远程连接

如何在 Jupyter Lab 中查找和替换

与 Jupyter Notebook、Lab、extensions 和 ipywidgets 混淆

在 Jupyter Lab 单元格中显示 Pyvis HTML 时出错

Plotly 在 jupyter lab 中给出一个空字段作为输出

尝试使用 .bat 文件在指定浏览器中启动 jupyter lab