jupyter notebook 插件

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/xianqianshi3004/article/details/86555789

jupyter notebook extensions

想要使用插件,我们需要先按照下面的指令进行安装,或者用pip安装,安装完成以后我们打开nbextensions 选择适合自己的插件就好了。

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

猜你喜欢

转载自blog.csdn.net/xianqianshi3004/article/details/86555789