Ipywidgets and dash

RangeSlider has some issues.

1.- this: Callback is called twice in a sigler event
2.- To see value of a rangeslider you need create a label and a callback, this does not happen in ipywidgets. So, if you have many rangesliders you need create many callbacks to see the value.