I am having a similar problem to others downloading my ipython notebooks with headings as html files. at first it said that the pandoc was not in my path. I inserted the correct directory there as per this suggestion (Convert IPython 2.0 notebook to html from the 'file' menu). Now I am getting this error in my browser:
nbconvert failed: [Error 2] The system cannot find the file specified
This is the error I am getting in the 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
I also installed pywin32 per another suggestion. Updated my node-webkit. I am using Windows 7 Professional.
Note, it is only an issue with headings. If there are no headings, it appears to be working fine.
Thanks all.