Python View output data table

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

Hi Denis,

It is not possible to output the table from a “Python View” but it would not help for your use case anyway because the node output has to be available after the script is finished and before the user interacted with the view. To get the selected rows you can use the HiLite Row Splitter – KNIME Community Hub.

2 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.