1、没有插件的状态
2、在窗口运行命令
pip install jupyter_contrib_nbextensions
安装成功

3、添加
jupyter contrib nbextension install --user
运行后

报错
No module named 'notebook.base'
更新版本后再添加
pip install jupyter notebook==6.1.0
jupyter contrib nbextension install --user
4、安装成功

5、重新运行jupyter notebook

6、顺便再加个美化代码格式插件
conda install yapf

打完
收工
青山不改,绿水长流







![[Linux入门]---文本编辑器vim使用](https://img-blog.csdnimg.cn/c758205b921e4df9ba836edafaef2698.png)











