Skip to content

Instantly share code, notes, and snippets.

@leonistor
Created October 12, 2021 09:02
Show Gist options
  • Select an option

  • Save leonistor/56d1713254a5c1bd509ad142e172a918 to your computer and use it in GitHub Desktop.

Select an option

Save leonistor/56d1713254a5c1bd509ad142e172a918 to your computer and use it in GitHub Desktop.
jupyter notebook increase bottom space
from IPython.core.display import display, HTML
display(HTML("<style>.end_space { height:600px !important; }</style>"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment