Created
August 9, 2016 17:35
-
-
Save StevenMMortimer/2019a2ddcd3313324dc6963fb49d63fe to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
**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