Python Script stopping at 30%

The Python nodes in KNIME follow a strict input and output system. In a ‘normal’ Python script you would have one or two data tables that would come out as a result, or you would have a model or a graphic. Of course you could send a path to the Python script and then just store everything you want directly from the Python script on your hard drive, but that is not the KNIME-like way.

Here you have a few examples of KNIME and Python nodes:

1 Like