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
④ Success 千呼万唤始出来~

文章讲述了作者在安装jupyter_contrib_nbextension后Nbextensions标签无法显示的问题,通过降级JupyterNotebook至6.1.4版本,卸载相关扩展,重新安装并指定用户模式,最终成功解决该问题的过程。
4792

被折叠的 条评论
为什么被折叠?



