在安装 Jupyter notebook NbExtensions 时,使用下列代码:
pip install jupyter_nbextensions_configurator jupyter_contrib_nbextensions
jupyter contrib nbextension install --user
jupyter nbextensions_configurator enable --user
————————————————
版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
原文链接:https://blog.csdn.net/sun___shy/article/details/105977423
执行到第二句的时候报错:
No module named ‘notebook.base’
于是在按照博主的解决方案将 jupyter notebook的版本降到6.1,成功解决问题。
pip install jupyter notebook==6.1.0
重启notebook,配置插件
哪位大佬能告诉我,这些个插件怎么配置比较好?
参考:http://t.csdnimg.cn/k6CGP
http://t.csdnimg.cn/oiTx2