当前位置:首页 > Python教程 > python技巧

使用ipython notebook查看编辑.ipynb文件

.ipynb文件

平时我们可能会遇到.ipynb文件,如何查看并编辑它呢?方法有很多,比如使用Jupiter notebook,google drive,ipython等等,今天介绍的是使用ipython notebook的方法来操作。

安装ipython notebook

        pip install ipython    # 使用pip安装ipython
pip install “ipython[notebook]”    # 安装notebook

    

打开 .ipynb文件

        ipython notebook XXXX.ipynb    # 打开该文件

    

很简单很简单,对于不想装Jupiter notebook的人来说,太好了

原文:https://www.cnblogs.com/mrdoghead/p/12675088.html


【说明】本文章由站长整理发布,文章内容不代表本站观点,如文中有侵权行为,请与本站客服联系(QQ:254677821)!

相关教程推荐

其他课程推荐