For the complete documentation index, see llms.txt. This page is also available as Markdown.

02.JupyterNotebook

设置默认目录

  • Anaconda -> Enviroments -> Terminal

初次使用会创建一个配置文件

(base) gebiwangshushudeMacBook:~ RyukieW$ jupyter notebook --generate-config
Writing default config to: /Users/RyukieW/.jupyter/jupyter_notebook_config.py
(base) gebiwangshushudeMacBook:~ RyukieW$

打开配置脚本修改路径

c.NotebookApp.notebook_dir = '指定路径'

Last updated