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
3简单使用
未完待续。。。
问题:ImportError: No module named _markerlib
解决方法:
wget https://pypi.python.org/packages/source/s/setuptools/setuptools-19.2.zip
unzip setuptools-19.2.zip
cd setuptools-19.2
python setup.py install
然后终端下 ipython notebook 缺什么安装什么就行。