Skip to content

Instantly share code, notes, and snippets.

@SuperShinyEyes
Created July 3, 2019 11:30
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 SuperShinyEyes/19171cc29a36a86804d7bf49a9fb975f to your computer and use it in GitHub Desktop.
Save SuperShinyEyes/19171cc29a36a86804d7bf49a9fb975f to your computer and use it in GitHub Desktop.
Add this to the very first cell of your Jupyter notebook
%reload_ext autoreload
%autoreload 2
%matplotlib inline
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