安装使用jupyter(原来的notebook)


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

原文地址:https://www.cnblogs.com/zhchoutai/p/7192811.html