我有一个类似的问题,其他人下载我的ipython笔记本标题为html文件。一开始它说潘多克没有挡住我的去路。我按照这个建议插入了正确的目录(Convert IPython 2.0 notebook to html from the 'file' menu)。现在,我在浏览器中看到以下错误:
nbconvert failed: [Error 2] The system cannot find the file specified
这是我在shell中得到的错误:
C:\Users\rebortz\Anaconda\lib\site-packages\IPython\nbconvert\filters\markdown.py:78: UserWarning: Node.js 0.9.12 or later wasn't found.
Nbconvert will try to use Pandoc instead.}
"Nbconvert will try to use Pandoc instead.")
WARNING:tornado.general:500 GET /nbconvert/html/HW%202.ipynb?download=true (::1): nbconvert failed: [Error 2] The system cannot find
the file specified
ERROR:tornado.access:{
"Accept-Language": "en-US,en;q=0.8",
"Accept-Encoding": "gzip, deflate, sdch",
"Connection": "keep-alive",
"Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8",
"User-Agent": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36",
"Host": "localhost:8888",
"Referer": "http://localhost:8888/notebooks/HW%202.ipynb"
}
ERROR:tornado.access:500 GET /nbconvert/html/HW%202.ipynb?download=true (::1) 335.00ms referer=http://localhost:8888/notebooks/HW%20
2.ipynb
根据另一个建议,我还安装了pywin32。更新了我的node-webkit。我使用的是Windows 7专业版。
注意,这只是标题的问题。如果没有标题,它看起来工作正常。
谢谢大家。
发布于 2015-02-13 23:45:14
相当简单的解决方案。只需安装- http://nodejs.org/download/ -使用msi for windows,它就可以工作了。谢谢大家!
https://stackoverflow.com/questions/28489135
复制相似问题