Reputation: 4416
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 pandoc
Upvotes: 1
Views: 13920
Reputation: 29
install texlive install-tl-windows.exe file from https://www.tug.org/texlive/windows.html#install to your pkgs folder in anaconda folder.
install nbconvert: conda install nbconvert
or pip install nbconvert
install pandoc: conda install pandoc
or pip install pandoc
Upvotes: 1
Reputation: 129
If you would like an alternative to it instead of using nbconvert what you can do is :
Easy.
Upvotes: 5