Python Notebook简介1
http://www.cnblogs.com/cbscan/p/3545084.html
$ python -m IPython
http://pypi.python.org/pypi/pip#downloads
#python setup.py install
$ git clone --recursive https://github.com/ipython/ipython.git
$ cd ipython
$ pip install -e ".[notebook]" --user
yum install python-devel #Python.h缺少的错误
https://github.com/zeromq/pyzmq/releases