Bokeh: AutocompleteInput and slider widgets to both trigger the same callback
I am trying to set up a callback in Bokeh where I have an AutocompleteInput and Slider that both trigger the same callback that updates the CDS data based on whatever the combination of inputs are.