Python: Run interactive (console) code?

Is there a way to execute Python in KNIME, that allows use of Python “print” and “input” statements? Basically, like running Python at the console?

Note: I’m using the latest KNIME 4.2.2, Python 3, and the “KNIME Python Integration” extension.

Print should be possible to print so a txt file.

input() I think might not work although you could capture input from the user from within KNIME and bring that to a Python snippet.

1 Like

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