1.安装pip
sudo apt-get install python-pip
2.安装ipython
sudo apt-get install ipython
3.安装ipython notebook
sudo apt-get install ipython-notebook
4.启动ipython notebook
ipython notebook
本文介绍了如何通过命令行使用pip安装Python相关包,并详细展示了安装及启动ipython notebook的具体步骤。
1.安装pip
sudo apt-get install python-pip
2.安装ipython
sudo apt-get install ipython
3.安装ipython notebook
sudo apt-get install ipython-notebook
4.启动ipython notebook
ipython notebook

被折叠的 条评论
为什么被折叠?