天天看點

安裝使用jupyter(原來的notebook)

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)

如今更名為:jupyter,即為原來的notebook

參考資料:

.​​ http://blog.163.com/jinjunwei2003​​

jinjunwei2003

jinjunwei2003@126

/blog/static/3185204320139239624489/

3.http://news.sciencenet.cn/htmlnews/2014/11/307201.shtm

-----------------

補充,關于儲存:

nbconvert failed: No module named pygments.formatters

pip install pygments

nbconvert failed: you need to have pywin32 installed for this to work

pip install pywin32

失敗。Collecting pywin32

  Could not find a version that satisfies the requirement pywin32 (from versions

: )

  Some externally hosted files were ignored as access to them may be unreliable

(use --allow-external pywin32 to allow).

No matching distribution found for pywin32

從位址:

​​http://sourceforge.net/projects/pywin32/files/pywin32/​​

選擇合适的安裝包即可,是exe可執行檔案。

第一次下載下傳居然不成功,革命尚未成功,革命仍需努力,繼續下載下傳。

第二次下載下傳下來的檔案隻有599k,檔案實際7M多,懷疑被防火牆攔截,關掉防火牆再試。

儲存為網頁、py等都可以了,但是儲存為通過lateX的pdf還是有錯:

nbconvert failed: command could not be found: pdflatex

安裝:pdflatex,pip install pdflatex,提示錯誤:

Collecting pdflatex

  Could not find a version that satisfies the requirement pdflatex (from version

s: )

No matching distribution found for pdflatex

還沒找到對應方法。

---------------------------------------------------

20170108更新:

請通過安裝Anaconta完成notebook的安裝:

Anaconda的安裝與配置