Skip to content

Instantly share code, notes, and snippets.

@bbennett36
Last active August 1, 2019 00:23
Show Gist options
  • Save bbennett36/131c2d7e5193073344d48ae3ed45978d to your computer and use it in GitHub Desktop.
Save bbennett36/131c2d7e5193073344d48ae3ed45978d to your computer and use it in GitHub Desktop.
widen jupyter notebook cells
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