Skip to content

Instantly share code, notes, and snippets.

@maurodoglio
Created June 8, 2016 15:50
Show Gist options
  • Select an option

  • Save maurodoglio/e4e2adeeed6ba3fe06b748e0a422d140 to your computer and use it in GitHub Desktop.

Select an option

Save maurodoglio/e4e2adeeed6ba3fe06b748e0a422d140 to your computer and use it in GitHub Desktop.
Convert a jupyter notebook into a slideshow and serve it
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