Skip to content

Instantly share code, notes, and snippets.

@TheFloe1995
Created February 16, 2020 21:09
Show Gist options
  • Save TheFloe1995/b7ec8f6b79525fe32a0ce7bec2f4e164 to your computer and use it in GitHub Desktop.
Save TheFloe1995/b7ec8f6b79525fe32a0ce7bec2f4e164 to your computer and use it in GitHub Desktop.
Jupyter notebook preamble
%load_ext autoreload
%autoreload 2
from IPython.core.display import display, HTML
display(HTML("<style>.container { width:90% !important; }</style>"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment