python - Convert ipython notebooks to pdf on windows 8.1 -


Is there anyway that I can convert ipython notebook to pdf on windows 8.1?

I have got the solution, but not only for Linux and MacOS but for Windows.

You convert latex to latex (Windows) and then with a post for generation As mentioned in iPython, I believe that the command is in this way:

  ipython nbconvert --to latex --post pdf notebook. APINB  

Or you can convert to RST and then use the tool to convert to PDF. Ipython nbconvert --to rst notebook.IPNB

Once again, when you turn to RST, then you use rst2pdf like this:

  rst2pdf.py notebook .R.Street-O notebook.pdf  

Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -