Since the release of 0.12 this is still a bit uncomfortable, but not impossible. There is a "mouseup" policy for sliders, but currently this only applies to CustomJS . However, if this is combined with a "fake" data source, we can bind and call only the last value:
from bokeh.io import curdoc from bokeh.layouts import column from bokeh.plotting import figure from bokeh.models.callbacks import CustomJS from bokeh.models.sources import ColumnDataSource from bokeh.models.widgets import Slider
As I said, this is not perfect. There are several open feature requests that could improve this situation in the future. However, the team is quite small, so if you have the opportunity to contribute, please feel free to contact (only new members can help speed up the development of new features)
bigreddot
source share