Hello everyone, I’m trying to learn how to apply Python script in knime, but I’m not really understanding the logic of how it works, I already integrated Anaconda and prepared the extensions in my WF. Now, I don’t understand how, for example, to use data from a table and modify it using the python script node.
Does anyone have an example to learn the mechanics of use?
Thanks a lot
@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
Thank you very much for taking the time and trouble to respond to me, it helps me a lot on my path that people like you help me.
The information you gave me was very helpful to me.
Thnks
3 Likes
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.