Change the default working directory of Jupyter Notebook

后来发现好像直接从那个directory下面打开Jupyter Lab就可以…

下载Anaconda3

首先从官网下载Anaconda3的Individual Edition,下载好后打开Anaconda3 Prompt,输入:
jupyter notebook –generate-config:

1
jupyter notebook --generate-config

打开配置文件

输入完后,会显示文件产生的路径,按路径找到jupyter_notebook_config.py,用txt或者pycharm打开,
ctrl+F搜索notebook_dir,找到后填入想要设置的路径并保存(注意顺便Uncomment这一行,就是删掉前面的#号,加路径时最好前面加上r转义
notebook_dir


修改JupyterNotebook快捷方式的目标属性

右击JupyterNotebook快捷方式,选择[属性],删除[目标]属性中的[%USERPROFILE%],点击[确定]

change_prop

修改完成,再打开Anaconda Prompt输入jupyter notebook打开工作路径就发生变化了。

  • Copyright: Copyright is owned by the author. For commercial reprints, please contact the author for authorization. For non-commercial reprints, please indicate the source.
  • Copyrights © 2022-2024 Zstar
  • Visitors: | Views:

请我喝杯咖啡吧~