jupyter notebook nbextension常用扩展模块不显示

jupyter notebook nbextension常用扩展或标签不显示

nbextension不显示有很多的可能,可是当你看过很多人写的博客,试过无数种方法之后发现问题还是解决不了其实这最后的问题就是jupyter notebook版本的问题,你只需要降低你notebook的版本即可解决问题:

降低版本:

  • 命令行输入:pip install -U "notebook<5.0"
  • 重启jupyter notebook

即可看见nbextension扩展模块
jupyter notebook nbextension常用扩展模块不显示_第1张图片希望能对你有所帮助

你可能感兴趣的:(python,编辑器)