在jupyter notebook所安装的环境下,用conda安装Nbextensions :
conda install -c conda-forge jupyter_contrib_nbextensionsconda install -c conda-forge jupyter_nbextensions_configuratorjupyter contrib nbextension install --user
或者,
在jupyter notebook所安装的环境下,用pip(或pip3)安装Nbextensions :
pip install jupyter_contrib_nbextensionspip install jupyter_nbextensions_configuratorjupyter contrib nbextension install --userjupyter nbextensions_configurator enable --user
接着打开jupyter notebook,就可以看见主页多了一个Nbextentions标签:

