参考 https://github.com/ipython-contrib/jupyter_contrib_nbextensions

安装:

pip install jupyter_contrib_nbextensions

或者

pip install https://github.com/ipython-contrib/jupyter_contrib_nbextensions/tarball/master

 

jupyter contrib nbextension install --user  

  



#此处注意下

1 Finally, the --skip-running-check option flag is provided in order to allow the installation to proceed even if a notebook server appears to be currently running (by default, the install will not be performed if a notebook server appears to be running).
2 jupyter contrib nbextension install --user --skip-running-check  

 

 
Jupyter notebook extensions 扩展插件的安装

 

相关文章:

  • 2021-08-21
  • 2021-12-03
  • 2021-04-20
  • 2021-10-05
  • 2021-04-30
  • 2022-12-23
  • 2021-07-08
猜你喜欢
  • 2022-03-01
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-21
  • 2021-12-27
相关资源
相似解决方案