Can I create custom nodes in KNIME using just the Python Script node and save them for personal use, without developing complex nodes and adding them to the node lists?
Hi @mmrostami -
If you want to re-use your Python Script node for later, you could always wrap in a component, and then share that component locally. Then you can just drag-and-drop it into your workflows from your workspace, kind of like a custom node: KNIME Components Guide
Of course if you do want to create your own nodes/extensions using Python, that’s possible as well: Create a New Python based KNIME Extension
4 Likes