I am new to Python and Quantopian. Please guide.
In the following link as instructed (https://www.quantopian.com/research/notebooks/Cloned%20from%20%22New%20Feature%3A%20Comprehensive%20Backtest%20Analysis%22.ipynb)
Get backtest object
bt = get_backtest('55db2def35e3b00d9986aa99')
Create all tear sheets
bt.create_full_tear_sheet()
What is 55db2def35e3b00d9986aa99'?
And where am I supposed to run this code ? In python command ?
Do I have to run this code also before running the above code ?
import pyfolio as pf