Convert jupyter notebook to pdf: Error encounters when install pandoc

一个人想着一个人 提交于 2020-01-16 12:09:46

问题


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 :

  1. Download your ipynb file as HTML from File option.
  2. Right-click and select print or use Ctrl+P.
  3. Save as PDF

Easy.



来源:https://stackoverflow.com/questions/38858433/convert-jupyter-notebook-to-pdf-error-encounters-when-install-pandoc

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!