I tried calling Tick data with qb.History() with the start/end/resolution and time period/resolution approaches, and both yield a Pandas ValueError. This is with the QuantConnect IDE.  I searched the forums and found a year-old issue @ https://github.com/QuantConnect/Lean/issues/4297.  Looks like it's not being worked, but the docs still mention that we can call Tick data in the notebook.

Anyone find a way to get Tick data into the notebook?

"ValueError: cannot handle a non-unique multi-index!"

qb.AddEquity("AAPL")
data = qb.History(['AAPL'], timedelta(hours=10), Resolution.Tick)