Skip to content

Instantly share code, notes, and snippets.

@tonyfast
Created December 17, 2022 23:08
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 tonyfast/243d7758d659c406f6e12cbd7b045384 to your computer and use it in GitHub Desktop.
Save tonyfast/243d7758d659c406f6e12cbd7b045384 to your computer and use it in GitHub Desktop.
a selection to hide empty jupyterlab output cells
<style>
.jp-OutputArea:not(:has(:not(:blank))) .jp-Collapser {
height: 0px;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment