Closed
Description
Came up while helping Minel on her use cases, instead of manually connecting an ipywidget's observe
, we could make it simpler by providing a add_ipywidget_handler(<ipywidget_instance>)
that links the ipywidget and Selector
.
Thoughts:
- should this be bidirectional? I think yes, any caveats (recurusion etc.?)
LinearSelector
is compatible withIntSlider
andFloatSlider
,FloatLogSlider
LinearRegionSelector
is compatible withIntRangeSlider
andFloatRangeSlider
- I don't think it makes sense for
RectangleRegionSelector
to be connectable to any correspondingipywidget
?
@clewis7 thoughts?
Metadata
Metadata
Assignees
Labels
No labels