修改 jupyterlab 的默认路径
程序员文章站
2022-05-26 14:18:31
...
修改jupyter lab 默认路径(区别jupyter notebook 的修改方式)
- 在终端输入命令: Jupyter notebook --generate-config
- .会显示出jupyter lab的配置文件jupyter_lab_config.py的位置,此时找到工作目录位置,改到自己想存储的位置即可。c.ServerApp.root_dir,记得把前面的“#”却掉
- 修改:
# The directory to use for notebooks and kernels.
# Default: ''
c.ServerApp.root_dir = 'D:/JUPY'
上一篇: 在VScode中使用Git
下一篇: tomcat 修改默认路径