jupyter-widgets / ipywidgets

Interactive Widgets for the Jupyter Notebook
https://ipywidgets.readthedocs.io
BSD 3-Clause "New" or "Revised" License
3.1k stars 946 forks source link

Tooltips for sliders #728

Open aplavin opened 7 years ago

aplavin commented 7 years ago

The title says it all: basically, often it would be quite useful to have tooltips when hovering over a slider, with these tooltips showing the value (or label for selection slider) which will be selected if clicking at this point.

jasongrout commented 7 years ago

It would be easy to implement a tooltip for the slider handle. I think it would be hard to implement a tooltip over the slider track (though maybe not impossible).