Created
June 8, 2016 15:50
-
-
Save maurodoglio/e4e2adeeed6ba3fe06b748e0a422d140 to your computer and use it in GitHub Desktop.
Convert a jupyter notebook into a slideshow and serve it
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
| jupyter nbconvert notebook_name.ipynb --to slides --reveal-prefix https://cdnjs.cloudflare.com/ajax/libs/reveal.js/3.3.0 | |
| # Using the built in nbconvert server won't work behind a proxy. | |
| # Let's use a simple python server to do that. | |
| python -m SimpleHTTPServer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment