Display min max on slider Bokeh

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
image

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

The built-in slider does not have this capability. The closest thing I can think of offhand would be to put the slider in a row between two small Div objects that show the min and max, respectively.

1 Like