ubuntu IPython notebook

来源:互联网 发布:淘宝天猫客服注意事项 编辑:程序博客网 时间:2024/05/15 12:49


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
原创粉丝点击