jupyter notebook NbExtensions的安装--windows

用conda安装:

conda install -c conda-forge jupyter_contrib_nbextensions

conda install -c conda-forge jupyter_nbextensions_configurator

或者用pip:

pip install jupyter_nbextensions_configurator jupyter_contrib_nbextensions

jupyter contrib nbextension install --user

jupyter nbextensions_configurator enable --user

我最初使pip安装,但是在执行
jupyter contrib nbextension install --user
的时候,提示“contrib”命令不存在。

于是找到了另一种用conda安装的方法,下面这个页面是安装成功后重新运行jupyter notebook之后有的。
jupyter notebook NbExtensions的安装--windows

【注】如果在安装过程中有提示“warning”,试试以管理员身份运行“anaconda prompt”,再安装

参考文章:http://www.elecfans.com/d/650252.html