Can I have a PDF file of tutorials?

Hi everyone,

  • What tutorial are you running?
  • SVI Part I-III
  • What version of Pyro are you using?
  • 0.3.0
  • Please link or paste relevant code, and steps to reproduce.
  • My question is about tutorial usage.

I am reading through SVI Part I - III.
Because these parts are a bit long, I would like to read them on paper, if possible.
(My eyes are almost exhausted.)

For this purpose, it would be really nice for me if I could have a pdf document of tutorials.
( “Pyro Documentation”(http://docs.pyro.ai/en/0.3.0-release/) seems to offer a pdf version via “Read the Docs”)

So, is there any way to have a printable pdf of tutorials?

thanks,

The tutorials are all available as Jupyter notebooks on GitHub, which you can convert to PDFs with nbconvert:

jupyter nbconvert --to pdf svi_part_i.ipynb
1 Like

Here you are: a beautiful pdf file. :smiley:

1 Like

Thanks.

I tried your solution. It seems to work!

Sorry, I wanted a pdf file of tutorials, not pyro documentation.

Oppsss, sorry, I misread your question. T T