Skip to content

Instantly share code, notes, and snippets.

@morganmcg1
Created November 22, 2017 09:26
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 morganmcg1/03e64922c4ea88d58441c8465135ab4b to your computer and use it in GitHub Desktop.
Save morganmcg1/03e64922c4ea88d58441c8465135ab4b to your computer and use it in GitHub Desktop.
Full width Jupyter Notebooks, insert in first jupyter cell
%%html
<style>
.output_wrapper, .output {
height:auto !important;
max-width:9000px;
}
.output_scroll {
box-shadow:none !important;
webkit-box-shadow:none !important;
}
.container { width:100% !important; }
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment