Skip to content

Conversation

robert-zaremba
Copy link
Contributor

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.

find Prologue Chapter* -name "*.ipynb" | grep -v "PyMC2" | xargs ipython3 nbconvert --to pdf --template article

# merge all files:
pdfjoin Prologue.pdf Ch*.pdf DontOverfit.pdf MachineLearning.pdf
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

niiiice

@CamDavidsonPilon
Copy link
Owner

lgtm, thanks for the great contributions!

@CamDavidsonPilon CamDavidsonPilon merged commit 739be38 into CamDavidsonPilon:master Oct 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants