美文网首页
jupyter扩展插件以及使用方法

jupyter扩展插件以及使用方法

作者: 酸豆角炒腰花儿 | 来源:发表于2021-11-02 20:43 被阅读0次

jupyter扩展插件

1、打开cmd,输入以下命令,安装插件

pip install jupyter_contrib_nbextensions -i https://pypi.tuna.tsinghua.edu.cn/simple

pip install jupyter_nbextensions_configurator -i https://pypi.tuna.tsinghua.edu.cn/simple

2、设置

输入命令:jupyter contrib nbextension install --user

3、打开jupyter,在cmd输入命令:jupyter notebook

4、打开jupyter(使用Chrome,不要使用IE。如果电脑的默认浏览器为IE,需要设置一下,因为IE浏览器不显示“Nbextensions”

5、设置插件

6、创建文件夹

7、创建子文件夹

8、新建一个代码

9、开始打代码

总结:

1.使用jupyter时,需要一直开着终端。终端关闭后,无法使用jupyter。

2.jupyter主要用于计算数据,处理数据;pycharm用来写逻辑。jupyter是开源,所以会不稳定,遇到卡住的情况,可以重启一下jupyter。

相关文章

网友评论

      本文标题:jupyter扩展插件以及使用方法

      本文链接:https://www.haomeiwen.com/subject/neyfzltx.html