Python Scripting

I have two questions about Python Scripting:

1) Where would be the best place to keep workflow specific library scripts so that they end up being distributed with the corresponding workflow?

2) Is it possible to mix python 2.7 and 3.4 in Knime - perhaps having different nodes/workflows using a different versions?

Also feature request - Python scripting nodes to have variable and configurable number inputs / outputs.

Cheers,

Steve.

 

Hi Steve,

1) External script files are currently not managed by KNIME. You have to copy them over by hand.

2) The selection of the used Python Version is global to the workspace. We also don't support Python 3 (but plan to add support in the future).

Concerning the feature request: Having a variable amount of inputs / outputs would be nice, but is not possible with the KNIME framework.

Cheers,

Patrick