Setup

Posted: less than 1 minute read

Setup

Matplotlib

pd.set_option("display.max_rows", 85)
pd.set_option("display.max_columns", 85)

Plotly Offline

init_notebook_mode(connected=True)
cf.go_offline()

Leave a comment