jupyter lab 默认的工作目录是安装位置,如果想更改到其他盘,则在终端使用命令:jupyter lab --generate-config
会显示出jupyter lab的配置文件位置,此时找到工作目录位置,改到自己想存储的位置即可。
## the directory to use for notebooks and kernels.
c.notebookapp.notebook_dir = 'e:\workspaces\jupyterlab'
重新打开jupyter lab, 享受修改后的新目录吧!