修改jupyter notebook的打开路径/文件保存路径
1.一般Windows系统中jupyter notebook的配置文件会放在路径C:\Users\用户名\.jupyter

2.打开jupyter_notebook_config.py,修改c.NotebookApp.notebook_dir的值为你要保存到的路径(注意将#注释去掉)

3.重启
1.一般Windows系统中jupyter notebook的配置文件会放在路径C:\Users\用户名\.jupyter

2.打开jupyter_notebook_config.py,修改c.NotebookApp.notebook_dir的值为你要保存到的路径(注意将#注释去掉)

3.重启