Skip to content

Instantly share code, notes, and snippets.

@mapio
Last active March 19, 2019 22:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mapio/4f8c56dac55f3843ad12bcd9e78ade34 to your computer and use it in GitHub Desktop.
Save mapio/4f8c56dac55f3843ad12bcd9e78ade34 to your computer and use it in GitHub Desktop.
Enable hide_code and full_width
pip install jupyter-full-width
jupyter nbextension install --sys-prefix --py full_width
jupyter nbextension enable --sys-prefix --py full_width
pip install hide_code
jupyter nbextension install --sys-prefix --py hide_code
jupyter nbextension enable --sys-prefix --py hide_code
jupyter serverextension enable --sys-prefix --py hide_code
jupyter nbextension list
jupyter serverextension list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment