Amit Deliwala
Results
1
comments of
Amit Deliwala
You can create a separate JS component that updates the data source of the plot. ``` class BokehUpdater(flx.JsComponent): @flx.action def update_plot(self, bw, x_data, y_data): print(bw.plot) for ren in bw.plot.model.renderers.values(): if...