Skip to content

Instantly share code, notes, and snippets.

@jovianlin
Created March 9, 2017 01:54
Show Gist options
  • Save jovianlin/0eaa4a6d761132c24ab63d5c5f4cf2b6 to your computer and use it in GitHub Desktop.
Save jovianlin/0eaa4a6d761132c24ab63d5c5f4cf2b6 to your computer and use it in GitHub Desktop.
ipython-jupyter notebook cosmetics
# Widen width of notebook
from IPython.core.display import display, HTML
display(HTML("<style>.container { width:98% !important; }</style>"))
# Set
import pandas as pd
pd.set_option('display.max_columns', 50)
pd.set_option('display.max_colwidth', 200)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment