So, I tried to save the jupyter notepad in PDF format, but I just can't figure out how to do this. The first thing I'm trying to do from the file menu is just to download in PDF format, but this leads to:
nbconvert failed: PDF creating failed
The next thing I'm trying to do is try to do a conversion from the command line like this
$ ipython nbconvert --to latex --post PDF MyNotebook.ipynb
but again, this leads to an error message
ImportError: No module named 'PDF'
and if I try
$ ipython nbconvert --to latex MyNotebook.ipynb
it leads to
IPython.nbconvert.utils.pandoc.PandocMissing: Pandoc wasn't found: Please check that pandoc is installed
if i try to install pandoc ( pip install pandoc ) it gives me
ImportError: No module named 'ConfigParser'
and that’s where I get stuck because I just don’t know what else to do. Does anyone have an idea how to fix something wrong?
pdf ipython jupyter
Isak Baizley Mar 19 '15 at 23:12 2015-03-19 23:12
source share