安装nbextensions
以管理员身份运行Anaconda Prompt,依次敲以下命令
用清华源安装
pip install jupyter_contrib_nbextensions -i https://pypi.tuna.tsinghua.edu.cn/simple
pip install jupyter_nbextensions_configurator -i https://pypi.tuna.tsinghua.edu.cn/simple
发现Nbextensions没有内容
jupyter notebook全部关闭和退出。
重新打开Anaconda Prompt,到你要安装的环境的位置,输入以下内容,每次一行。
jupyter contrib nbextension install --user
jupyter nbextensions_configurator enable --user
关闭jupyter后台重启