Skip to content

Instantly share code, notes, and snippets.

@syoh
Last active April 18, 2019 18:17
Show Gist options
  • Save syoh/019005469655aedd61b563d3739b6449 to your computer and use it in GitHub Desktop.
Save syoh/019005469655aedd61b563d3739b6449 to your computer and use it in GitHub Desktop.
Install and activate jupyter slideshow extension
#!/bin/bash
pip install rise
jupyter nbextension install rise --py --sys-prefix
pip install hide_code
jupyter nbextension install hide_code --py --sys-prefix
jupyter nbextension enable hide_code --py --sys-prefix
jupyter serverextension enable hide_code --py --sys-prefix
# refresh Jupyter Notebook to find "Enter/Exit RISE Slideshow" button
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment