怎么更改jupyter保存地址

更改jupyter保存地址的方法:

1、找到jupyter_notebook_config.py文件

打开cmd输入命令 jupyter notebook –generate-config即可查看jupyter_notebook_config.py文件的路径。

2、用记事本打开,找到#c.NotebookApp.notebook_dir = ' '

进行更改:

‘填写你自己的路径’,去掉#,保存。

右击Jupyter notebook属性:

将目标中的%USERPROFILE%删掉,因为不删的话,它固定了你的目录。

此时启动Jupyter notebook:

推荐学习:《python教程》

来源:PY学习网:原文地址:https://www.py.cn/article.html

hmoban主题是根据ripro二开的主题,极致后台体验,无插件,集成会员系统
自学咖网 » 怎么更改jupyter保存地址