def current_milli_time()

in jupyter/demo.py [0:0]


def current_milli_time():
    return round(time.time() * 1000)