Skip to content

Instantly share code, notes, and snippets.

@04pallav
Created September 11, 2017 22:19
Show Gist options
  • Save 04pallav/e8526c64b4abbb4458e8d9bdaeb4994b to your computer and use it in GitHub Desktop.
Save 04pallav/e8526c64b4abbb4458e8d9bdaeb4994b to your computer and use it in GitHub Desktop.
Changing the width of jupyter notebooks
####Temporary solution
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