Reload a static html plot on Bokeh 3.4.1
I am creating a plot and then updating a dataframe everytime a new bar is pulled from the broker. I am actually replacing the dataframe with a fresh 400 bars (really only 1 should be added to the end) so that the plot is always 400 bars long. I am having issues updating a reloading my static html plot. How can i add a callback or function to reload the window whenever I save a new fig to the document?
Reload a static html plot on Bokeh 3.4.1
I am creating a plot and then updating a dataframe everytime a new bar is pulled from the broker. I am actually replacing the dataframe with a fresh 400 bars (really only 1 should be added to the end) so that the plot is always 400 bars long. I am having issues updating a reloading my static html plot. How can i add a callback or function to reload the window whenever I save a new fig to the document?