I saw examples of pyviz streams with hv.DynamicMap only.
I need to visualize selected items streams.Selection1D() from hv.Nodes() stream - on some kind of Label or TextArea - not on DynamicMap object.
Is it possible?
I saw examples of pyviz streams with hv.DynamicMap only.
I need to visualize selected items streams.Selection1D() from hv.Nodes() stream - on some kind of Label or TextArea - not on DynamicMap object.
Is it possible?
Ok, I found proper approach in this post: https://github.com/holoviz/holoviz/issues/222