Skip to content

Instantly share code, notes, and snippets.

@theTonyHo
Last active October 8, 2019 04:20
Show Gist options
  • Save theTonyHo/301bf78b5d62885474e7ee1ad19524d7 to your computer and use it in GitHub Desktop.
Save theTonyHo/301bf78b5d62885474e7ee1ad19524d7 to your computer and use it in GitHub Desktop.
Install custom.css to Jupyter Notebook
/* 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%;
}
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment