Created
October 12, 2021 09:02
-
-
Save leonistor/56d1713254a5c1bd509ad142e172a918 to your computer and use it in GitHub Desktop.
jupyter notebook increase bottom space
This file contains hidden or 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
| 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