Posts

Showing posts from October, 2017

Adjusting the width of Jupyter

pd.set_option('max_info_columns', 5) pd.set_option('expand_frame_repr', True) pd.set_option('display.width', 140)