Skip to content

Instantly share code, notes, and snippets.

@trcook
Created December 15, 2017 15:03
Show Gist options
  • Save trcook/8b371f19dd064ad1620257577c89e65f to your computer and use it in GitHub Desktop.
Save trcook/8b371f19dd064ad1620257577c89e65f to your computer and use it in GitHub Desktop.
change cell-width in jupyter
# enter into jupyter cell and execute
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