标签:
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
http://www.cnblogs.com/Cherise/p/4351022.html
ipython notebook 浏览器中编写数学公式和现实
标签:
原文地址:http://www.cnblogs.com/2018/p/4809415.html