jupyter 修改打开的默认目录

使用win + R打开命令行:
输入:

 jupyter notebook --generate-config
jupyter 修改打开的默认目录_第1张图片

打开生成的jupyter_notebook_config.py文件,找到并修改其中的notebook_dir为默认打开的目录:

## The directory to use for notebooks and kernels.
c.NotebookApp.notebook_dir = ''

保存之后再次运行 jupyter即可以默认打开设置的目录

你可能感兴趣的:(python,#,python,基础,#,环境搭建)