```py import pandas as pd d = {'col1':[1,2],'col2':[3,4]} df = pd.DataFrame(data=d) df.describe() ``` On a jupyter notebook, the code above renders a pretty image:  This is not the case currently: 