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都安装上了
sudo apt-get install python-pip
sudo pip install jupyter
sudo apt-get install python3-pip
sudo pip3 install jupyter
两条命令就可以把ipython和ipython notebook都安装上了
本文标题:ubuntu16.04 安装Ipython和Jupyter no
本文链接:https://www.haomeiwen.com/subject/cftmyttx.html
网友评论