Skip to content

Instantly share code, notes, and snippets.

@hisplan
Created March 15, 2019 21:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hisplan/4cbd3cb89edefb12052e38f892545af9 to your computer and use it in GitHub Desktop.
Save hisplan/4cbd3cb89edefb12052e38f892545af9 to your computer and use it in GitHub Desktop.
jupyter notebook wide cell
from IPython.core.display import display, HTML
display(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