Last active
October 8, 2019 04:20
-
-
Save theTonyHo/301bf78b5d62885474e7ee1ad19524d7 to your computer and use it in GitHub Desktop.
Install custom.css to Jupyter Notebook
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
/* Hide relevant elements */ | |
#header, #menubar-container, div.input, div.run_this_cell, div.prompt { | |
display: none; | |
} | |
/* Output to expand to 100% if div.run_this_cell is hidden */ | |
div.output_subarea { | |
max-width: 100%; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment