Created
November 22, 2017 09:26
-
-
Save morganmcg1/03e64922c4ea88d58441c8465135ab4b to your computer and use it in GitHub Desktop.
Full width Jupyter Notebooks, insert in first jupyter cell
This file contains 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
%%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