Hi,

Is there a way to get backtest results into the research environment?

This is what I was using on Quantopian to run pyfolio from the research environment:

import pyfolio bt = get_backtest('59ba65befb066a54cb82b031') bt.create_full_tear_sheet()

Author