Hi KNIMERs,
For those willing to built python based nodes in KNIME, there is this incredible custom GPT that transforms natural python scripts or node descriptions into functional custom KNIME nodes. It does 70% of our coding work when building new custom nodes and is far better than ChatGPT alone because it has functional examples in the background to correctly create:
- @ decorators for UI customization,
- custom ports and
- the configure and execute modules,
which ChatGPT 4o and Claud normally fails to understand.
Inside chat, just click in “Check the document in your base before starting” and then follow the steps.
If you need to configure KNIME Analytics Platform first just click the starter “I Need To Configure KNIME First”
I hope you enjoy it as much as we do…!
Cheers,
AG.