ubuntu16.04 安装Ipython和Jupyter notebook

1. 基于python2的教程

命令如下

sudo apt-get install python-pip

sudo pip install jupyter

2. 基于python3的教程

sudo apt-get install python3-pip

sudo pip3 install jupyter

两条命令就可以把ipython和ipython notebook都安装上了

    原文作者:BillieZhang
    原文地址: https://www.jianshu.com/p/ec051a03b2f5
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞