`pip install matplotlib -i https://pypi.doubanio.com/simple`
依次下载 numpy 、scipy 和 pandas以及matplotlib
1.打开Windows的cmd,在cmd中输入jupyter notebook --generate-config如
2.接下来会显示路径,粘贴该路径到文件夹查找即可找到(或者直接在管理员文件夹下找 .jupyter 文件)
里面的 jupyter_notebook_config.py 文件
3.
用记事本打开后
CTRL+f 查找"notebook_dir"
#c.NotebookApp.notebook_dir = ‘’
在单引号中自定义



