Hello, is there an existing way to add a periodic JS callback for static files?
for example I would imagine having a callback that is repeated every 60 seconds would look like:
p = figure()
p.periodic_js_event(frequency=60,callback=CustomJS(...))
Thanks