Examples for Python script in knime

@JJV you can use the KNIME Python integration then you will not have to worry about Conda and so on.

Here you have a most basic Python in an out example:

You can also use Flow Variables and use them:

Here you can see a variety of options to work with KNIME and Python

If you want more complex things you can read about the use of additional Python packages to be managed with Conda:

3 Likes