https://www.quantconnect.com/tutorials/introduction-to-options/quantconnect-options-api

I've tried the tutorial above, however I don't know how to get implied volatility in my notebook. I don't have access to slices or to the algorithm; only the pandas dataframe via option.GetOptionHistory. Does anyone have a working example of retrieving implied volatility in a notebook?

Author