Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
SAVE RESULTS FROM ANALYZE BACKTEST

Hi Community,

I have figured out how to save as images the graphs from:

bt = get_backtest('BACKTEST_ID')
bt.create_full_tear_sheet()

Nevertheless, i have not found how to save the tables on bt.create_full_tear_sheet(). Do you know if there's any workaround to do so?

Thanks in advance!