Last active
March 19, 2019 22:03
-
-
Save mapio/4f8c56dac55f3843ad12bcd9e78ade34 to your computer and use it in GitHub Desktop.
Enable hide_code and full_width
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
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