1. 程式人生 > >ipython notebook for ubuntu 14.04 安裝步驟(真的超級簡單)

ipython notebook for ubuntu 14.04 安裝步驟(真的超級簡單)


1. 環境

作業系統:ubuntu 14.04 / 尤麒麟

2. 操作步驟


a)  安裝pip工具

終端輸入以下命令:

sudo apt-get install python-pip

b) 安裝ipython

終端輸入以下命令:

sudo apt-get install ipython

c) 安裝ipython[notebook]

終端輸入以下命令:

sudo apt-get install ipython-notebook

d) 啟動ipython[notebook]

終端輸入以下命令:

ipython notebook