I would like to use the pn.Widgets.DataFrame
inside a hv.DynamicMap
that is updated with a stream. Is this possible? I tried creating a function that returns the pn.Widgets.DataFrame
inside of hv.DynamicMap
but I get the following error:
TypeError: DynamicMap does not accept Row type, data elements have to be a ('ViewableElement', 'NdMapping', 'Layout').