I'm new to Quantopian and as I watch tutorials there are boxes that show up as they type functions that show the parameters and have a link to documentation. For example:
def handle_data(context,data):
hist = data.history(
a box would pop up saying:
"history(asset, fields, bar_count, frequency) get a window of values for the given field(s) and given asset(s). Learn more"
Is there a hotkey or setting for this to show up? I've tried looking it up and can't find anything