Last active
April 18, 2019 18:17
-
-
Save syoh/019005469655aedd61b563d3739b6449 to your computer and use it in GitHub Desktop.
Install and activate jupyter slideshow extension
This file contains 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
#!/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