Created
July 3, 2019 11:30
-
-
Save SuperShinyEyes/19171cc29a36a86804d7bf49a9fb975f to your computer and use it in GitHub Desktop.
Add this to the very first cell of your Jupyter notebook
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%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