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

你可能感兴趣的:(ipython notebook for ubuntu 14.04 安装步骤)