在cmd界面里
安装python notebook
1.pip install notebook -i https://pypi.tuna.tsinghua.edu.cn/simple
打开 notebook
jupyter notebook
更改默认路径
找到配置文件路径:
jupyter notebook --generate-config
搜索’·notebook_dir ='内容进行修改路径,保存
在cmd界面,输入:jupyter notebook
打开notebook,输入:
import os
os.getcwd()
显示配置的路径,OK了