1。安装
pyzmq
使用pip install pyzmq,安装不成功。
使用easy_install.exe pyzmq,安装成功。
2.安装tornado
pip tornado
安装完尚不成功,继续找
3.安装jinja2
pip install jinja2
4.
运行依旧不成功,提示错误:
IPython notebook format depends on the jsonschema package:
https://pypi.python.org/pypi/jsonschema
Please install it first.
https://pypi.python.org/pypi/jsonschema
Please install it first.
继续安装:
pip install jsonschema
按照提示安装完成。
运行:ipython notebook
出现jupyter,在其
右侧,选择“new”,选择“Python2”
开始jupyter
如今更名为:jupyter,即为原来的notebook
参考资料:
2
.
http://blog.163.com/jinjunwei2003
jinjunwei2003
jinjunwei2003@126
/blog/static/3185204320139239624489/
3.http://news.sciencenet.cn/htmlnews/2014/11/307201.shtm