Skip to content

Instantly share code, notes, and snippets.

@naotokui
Created March 14, 2017 09:33
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 naotokui/0aa8b58a146b18b49a2ab825b413343a to your computer and use it in GitHub Desktop.
Save naotokui/0aa8b58a146b18b49a2ab825b413343a to your computer and use it in GitHub Desktop.
how to set window width of ipython jupyter cell
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