I have a notebook I would like to convert to export it as either: 1) HTML or --template full (default) which is very similar to the interactive view.
http://ipython.org/ipython-doc/1/interactive/nbconvert.html
When I run the command:
ipython nbconvert --to html MyNotebook.ipynb
No errors seem to pop up, but I can't find an additional notebook in the folder where my ipynb are stored?
Then if I try File > Download as > HTML I get the error: (even though I have the windows binary found here installed).
full nbconvert failed: you need to have pywin32 installed for this to work
import win32print. If you can anImportError, then pywin32 is not installed correctly. - Mike Driscoll