Skip to content

Instantly share code, notes, and snippets.

@davipatti
Created April 20, 2022 00:01
Show Gist options
  • Save davipatti/e240c5ca8bf0750381ef963b4b46cf0d to your computer and use it in GitHub Desktop.
Save davipatti/e240c5ca8bf0750381ef963b4b46cf0d to your computer and use it in GitHub Desktop.
Full width cells jupyter notebook cells
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