This may be a really dumb question, I'm not new to quantopian - but I've not been around for a while, so apologies if I'm missing something obvious.
In the past I've been able to run backtests in the notebook environment in a very similar manner to how it's done in the algorithm environment. However when looking for a refresher on the topic I found a few posts saying this is no longer possible (as of 2018?). I'm guessing that similar functionality has taken the place of what I remember using - can anyone advise?
Ideally I'd like to be able to copy my pipeline, 'before trading starts' and, 'rebalance' functions directly to the notebook (which is easy enough), but then somehow 'run' a backtest and get a set of metrics out. This is all for the goal of optimising values used in my code.