I have been running Anaconda for a few days. I can run a notebook by doing ipython notebook
in command prompt. I'm now trying to convert a note book to latex or pdf by doing ipython nbconvert --to latex mynotebook.ipynb
but I get the error `
PandocMissing: Pandoc wasn't found.
along with many error messages. I have MikTex installed. I see pandoc.py
in the folder C:\Users\Me\Anaconda\Lib\site-packages\IPython\nbconvert\utils
. What can the problem be?