Skip to content

Instantly share code, notes, and snippets.

@robdmc
Created February 28, 2020 18:16
Show Gist options
  • Select an option

  • Save robdmc/0b0ab2e85bc5ef00931f8d5532d35dd2 to your computer and use it in GitHub Desktop.

Select an option

Save robdmc/0b0ab2e85bc5ef00931f8d5532d35dd2 to your computer and use it in GitHub Desktop.
Jupyter make cell widths full screen
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