ubuntu IPython notebook


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

猜你喜欢

转载自blog.csdn.net/hanlinger_/article/details/78545151