个性手机

文章
6
资源
0
加入时间
3年0月28天

Jupyter插件Nbextensions

同事有介绍一个Jupyter的插件Nbextensions很好用,可以使得使用Jupyter的时候交互更便捷一些,因此也开始尝试试用起来。1.安装nbextensions我是用的pythonIDE是anaconda,因此具体安装如下几行:在Anaconda Prompt里面先pip -> 再install -> 再启用nbxtensionspip install juypter_contrib_nbextensionsjupyter contrib nbextens.