Last active
August 1, 2019 00:23
-
-
Save bbennett36/131c2d7e5193073344d48ae3ed45978d to your computer and use it in GitHub Desktop.
widen jupyter notebook cells
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
from IPython.core.display import display, HTML | |
display(HTML("<style>.container { width:80% !important; }</style>")) | |
pd.set_option('display.max_columns', None) | |
pd.set_option('display.max_rows', None) | |
from IPython.display import display, clear_output | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment