jupyter_contrib_nbextensions安装

1、安装jupyter_contrib_nbextensions:

pip install jupyter_contrib_nbextensions 
jupyter contrib nbextension install --user

2、安装jupyter_nbextensions_configurator:

pip install jupyter_nbextensions_configurator
jupyter nbextensions_configurator enable --user

 

 

 

 

参考链接:https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/install.html

上一篇:django框架配置文件说明


下一篇:Django笔记&教程 1-2 二 常用配置