jupyter notebook安装jupyter_contrib_nbextension扩展后不显示 Nbextensions标签
重装了数次没找到解决方法,后来看到一个帖子下的评论才解决,在此感谢这位老哥~
解决方法
① 换低版本的jupyter notebook
我之前的jupyter notebook是6.5.1,仿照那位老哥 改换6.1.4版本,改换前需要先卸载jupyter_contrib_nbextensions
pip uninstall jupyter_contrib_nbextensions
pip uninstall jupyter_nbextensions_configurator
安装jupyter notebook
pip install jupyter notebook==6.1.4
② 安装jupyter_contrib_nbextensions
pip install jupyter_contrib_nbextensions
③ 安装javascript and css files
jupyter contrib nbextension install --user