#!/usr/bin/env python # coding: utf-8 # In[1]: get_ipython().run_line_magic('run', 'retropy.ipynb') # In[2]: pr = shiller_snp500(tax_rate=1, taxes=True, inf_adj=True) show(pr) show_dd(pr, do_get=False)