1、anaconda 自带的 jupyter notebook 默认存储路径修改
按照图中三步即可完成。
2、anaconda安装Jupyter Notebook扩展插件
conda install -c conda-forge jupyter_contrib_nbextensions
conda install -c conda-forge jupyter_nbextensions_configurator
然后打开jupyter notebook发现多了一个菜单,点进去勾选相应插件即可。