Skip to content

Instantly share code, notes, and snippets.

@0x0L
Created February 9, 2018 19:59
Show Gist options
  • Save 0x0L/0def2e77518e3d137371225ee7093546 to your computer and use it in GitHub Desktop.
Save 0x0L/0def2e77518e3d137371225ee7093546 to your computer and use it in GitHub Desktop.
jupyter notebook width
from IPython.display import HTML
HTML("<style>.container { width: 95% !important; }</style>")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment