安装jupyter_contrib_nbextensions库

安装jupyter_contrib_nbextensions库

安装该库的命令如下:

python -m pip install jupyter_contrib_nbextensions

然后执行:

jupyter contrib nbextension install --user --skip-running-check

勾选想要的功能

 
原文地址:https://www.cnblogs.com/a155-/p/14309115.html