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.
继续安装:
pip install jsonschema
按照提示安装完成。
运行:ipython notebook
出现jupyter,在其右侧,选择“new”,选择“Python2”
开始jupyter
如今更名为:jupyter,即为原来的notebook
。