1、打开Anaconda prompt
2、激活所要安装插件的环境(对于我来说我的环境名叫pytorch)
conda activate pytorch
3、输入
pip install jupyter_contrib_nbextensions jupyter contrib nbextensions install --user pip install jupyter_nbextensions_configurator
4、重启notebook对图中这项打钩。
5、测试
如果想卸载
在prompt终端执行卸载命令 pip uninstall jupyter_contrib_nbextensions pip uninstall jupyter_nbextensions_configurator



