jupyter插件nbextensions及Anaconda安装nbextensions

安装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插件nbextensions及Anaconda安装nbextensions_第1张图片

jupyter contrib nbextension install --user
jupyter nbextensions_configurator enable --user

关闭jupyter后台重启

jupyter插件nbextensions及Anaconda安装nbextensions_第2张图片

你可能感兴趣的:(Python奇技淫巧,jupyter,python,ide)