Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mmatkinson/79ffc33e42cf7d586249175db28cdee3 to your computer and use it in GitHub Desktop.
Save mmatkinson/79ffc33e42cf7d586249175db28cdee3 to your computer and use it in GitHub Desktop.
**Convert .ipynb to Slides**
cd "test"
ipython nbconvert "test.ipynb" --to slides --reveal-prefix "http://cdn.jsdelivr.net/reveal.js/2.6.2" --post serve --config slides_config.py
* To print slides add ?print-pdf at the end of the URL and print
**Convert .ipynb to LaTex/PDF**
ipython nbconvert MyFirstNotebook.ipynb --to latex --post PDF
**Convert .ipynb to HTML**
1. Save as HTML or
2. ipython nbconvert MyFirstNotebook.ipynb --to html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment