holoviz / holoviews

With Holoviews, your data visualizes itself.
https://holoviews.org
BSD 3-Clause "New" or "Revised" License
2.67k stars 400 forks source link

Add rx support to linked_selections #6316

Open jbednar opened 2 weeks ago

jbednar commented 2 weeks ago

As explained in https://holoviz.org/tutorial/Interactive_Pipelines.html#terminating-reactive-expressions, link_selections does not understand .rx objects, making it difficult and confusing to create reactive linked selections. That page already explains what you have to do instead, which to me seems like a recipe for adding rx support to link_selections automatically. Seems like an easy and useful PR, though then that page will need a different example, which should be something not in HoloViz so that just adding rx support to it would be unreasonable.