CamDavidsonPilon / Probabilistic-Programming-and-Bayesian-Methods-for-Hackers

aka "Bayesian Methods for Hackers": An introduction to Bayesian methods + probabilistic programming with a computation/understanding-first, mathematics-second point of view. All in pure Python ;)
http://camdavidsonpilon.github.io/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/
MIT License
26.75k stars 7.88k forks source link

Fix Python3 notebooks latex syntax #324

Closed robert-zaremba closed 8 years ago

robert-zaremba commented 8 years ago

This will allow compile Python3 notebooks to latex or pdf:

ipython3 nbconvert --to latex

The changeset also contains update to clean to_latex_pdf.sh script.

CamDavidsonPilon commented 8 years ago

lgtm, thanks for the great contributions!