找到配置文件
jupyter notebook --generate-config
在其中寻找
## DEPRECATED, use root_dir.
# Default: ''
c.ServerApp.notebook_dir = ''
可以搜索"notebook_dir"查找定位,并在引号中粘贴新建的存储路径
找到配置文件
jupyter notebook --generate-config
在其中寻找
## DEPRECATED, use root_dir.
# Default: ''
c.ServerApp.notebook_dir = ''
可以搜索"notebook_dir"查找定位,并在引号中粘贴新建的存储路径