Lisa
Lisa

Reputation: 4416

Convert jupyter notebook to pdf: Error encounters when install pandoc

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?

Upvotes: 1

Views: 13920

Answers (2)

MRasheed
MRasheed

Reputation: 29

Upvotes: 1

Aditya Agarkar
Aditya Agarkar

Reputation: 129

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.

Upvotes: 5

Related Questions