Skip to content

Instantly share code, notes, and snippets.

@RemyPorter
Created August 23, 2019 19:14
Show Gist options
  • Save RemyPorter/dadbe9095f6dc9e352b9f4cc0cb243b5 to your computer and use it in GitHub Desktop.
Save RemyPorter/dadbe9095f6dc9e352b9f4cc0cb243b5 to your computer and use it in GitHub Desktop.
A stylesheet for tweaking Jupyter Notebooks for presentation
.unselected, .output_stderr {
display: none !important;
}
* {
font-size: large !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment