How i can display the min max on range slider bokeh
With the range slider on Bokeh, How i can display the min and max ?
and my code
With the range slider on Bokeh, the min and max can’t be displayed, but with IonRangeSlider we can see the grid of slider
By this example, min =0 and max =300. But when i use IonRangeSLider with the code above, it didn’t work when i enter the input, the range on slider doesn’t change. And it works with the range slider on Bokeh.
Thanks so much