Hi,

I've tried to use jupyter notebook locally (using lean research command), I am getting an empty history by running the following codes: 

qb = QuantBook()
spy = qb.AddEquity("SPY")
history = qb.History(qb.Securities.Keys, 360, Resolution.Daily)

Can anyone help?

Thanks

Author