Hi All,
is it possible to output the data table from a Python View node?
I see currently only Image Output is possible.
In my use-case I need to build an interactive component with a Python View. User will select some data points in the Plotly chart and would need to continue the analysis with the selected data points after the component.
I tried also putting a Table View node within the component, but it doesn’t seem to give me the selected data points in the output (isSelected=False everywhere).
Thanks in advance,
Denis