Skip to content

Instantly share code, notes, and snippets.

@dmyersturnbull
Created May 5, 2020 01:11
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 dmyersturnbull/1f0f5871f183f2aaa488e6fb34d79589 to your computer and use it in GitHub Desktop.
Save dmyersturnbull/1f0f5871f183f2aaa488e6fb34d79589 to your computer and use it in GitHub Desktop.
Jupyter notebook display using the full width of the page
from IPython.display import display, Markdown, 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