Created
February 28, 2020 18:16
-
-
Save robdmc/0b0ab2e85bc5ef00931f8d5532d35dd2 to your computer and use it in GitHub Desktop.
Jupyter make cell widths full screen
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>.container { width:100% !important; }</style>")) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment