欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

Jupyter notebook添加扩展插件

程序员文章站 2022-05-06 16:09:06
...

使用 Jupyter NbExtensions Configurator 安装 jupyter notebook 扩展,它提供了一系列标签,只需勾选相应插件就能自动载入。

这里我用了conda安装:(我这里是win10系统, 用 pip 安装出了问题)

conda install -c conda-forge jupyter_contrib_nbextensions
conda install -c conda-forge jupyter_nbextensions_configurator

安装完成,jupyter会多出Nbextentions的标签:
Jupyter notebook添加扩展插件
进入标签,勾选相应的notebook插件即可, 如下:
Jupyter notebook添加扩展插件

相关标签: jupyter notebook