jupyter_contrib_nbextensions安装
时间:2021-04-13 12:24:36
收藏:0
阅读:0
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
评论(0)