标签:class ipython 编辑 今天 ash lan 安装ipython not book
平时我们可能会遇到.ipynb文件,如何查看并编辑它呢?方法有很多,比如使用Jupiter notebook,google drive,ipython等等,今天介绍的是使用ipython notebook的方法来操作。
pip install ipython # 使用pip安装ipython
pip install “ipython[notebook]” # 安装notebook
ipython notebook XXXX.ipynb # 打开该文件
很简单很简单,对于不想装Jupiter notebook的人来说,太好了
使用ipython notebook查看编辑.ipynb文件
标签:class ipython 编辑 今天 ash lan 安装ipython not book
原文地址:https://www.cnblogs.com/mrdoghead/p/12675088.html