Live Updating Chart

So imagine I have a function in python that iterates over 1000 steps and at each step it computes some value (e.g. training error against iterations – this is the type of behaviour you would have in Tensorboard).

Is there a way to have a live updating plot of these values in Dash? Or does anyone have a complicated example where they hacked this together?

https://dash.plot.ly/live-updates

Perhaps the interval component is what you’re looking for?

1 Like