0

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!!

    enter image description here

Lisa
  • 4,126
  • 12
  • 42
  • 71
  • 1
    `Please check that pandoc is installed: http://pandoc.org/installing.html` did you actually do that? `pandoc` is not a python package. You cannot install it via pip. Consider following the advice given in this link. – cel Aug 09 '16 at 19:05
  • @cel Thanks..Please see my updates – Lisa Aug 10 '16 at 21:22
  • It looks like you're trying to install pandoc from source. I've done that once, but it spent about 45 minutes compiling stuff. I'd definitely recommend using the [binary installer](https://github.com/jgm/pandoc/releases/download/1.17.2/pandoc-1.17.2-windows.msi) unless you know you need to compile it from source. – Thomas K Aug 10 '16 at 23:20

1 Answers1

4

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.

Misha Akopov
  • 12,241
  • 27
  • 68
  • 82
Aditya Agarkar
  • 119
  • 1
  • 4