Skip to content

Instantly share code, notes, and snippets.

@wolterlw
Created July 9, 2020 22:47
Show Gist options
  • Save wolterlw/f01750ceb5622e823327fecb6a21aa82 to your computer and use it in GitHub Desktop.
Save wolterlw/f01750ceb5622e823327fecb6a21aa82 to your computer and use it in GitHub Desktop.
changes jupyter cell width to 100%
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