问题
I was trying to convert .ipynb to a pdf. I'm on Windows and use Jupyter via IE browser.
I'm following the link http://pandoc.org/installing.html to install Pandoc. Here's what I have done: Any suggestions?
- Install MikTex: http://miktex.org/download
Install pandoc
- Install stack:
- -got to cmd from pandoc folder, run stack setup
- -stack init
- -stack install---->ERRORS!!
回答1:
If you would like an alternative to it instead of using nbconvert what you can do is :
- Download your ipynb file as HTML from File option.
- Right-click and select print or use Ctrl+P.
- Save as PDF
Easy.
来源:https://stackoverflow.com/questions/38858433/convert-jupyter-notebook-to-pdf-error-encounters-when-install-pandoc