in jupyter/orderbook.py [0:0]
def add_key(t: tuple): t[1]['key'] = t[1]['symbol'] + t[1]['side'] + str(t[0]) return t[1]