Hi, im trying to create a python extension,
i tried following both java and python tutorials with no luck in the last few days - in the end node could not be recognised and ive decided to just give up on using IDE - just don’t want to burn any more time playing with a setup, just want to get on with the logic even if debugging is gonna be harder.
My question is - could someone advise what would be bare minimu files needed in \AppData\Local\Programs\KNIME\plugins\ path to have a plugin with one input, one output and python pandas in the middle? I just want to modify .py file logic, change icon and node name.
Are there any simple existing python nodes that i could use as a starting point that you could recommend looking at?
Thank you for sharing! Another question - if i download files and drop them into dropins or plugins, nodes should become available after restarting knime?
I cannot seem to find them in knime…
Folder path should be right:
AppData\Local\Programs\KNIME\plugins\DataNautics-KNIME-Finance-Extension-main
in there i have all loose files and flders: src, config.yml, knime.yml etc.
I have set Preferences → Knime modern UI → Nodes included: All nodes
Is there a setting that would prevent community nodes from being loaded?
If you want to get inspiration on how to build a python extension then you can review the extension on GitHub.
I you want to use the extension you best install it from the relevant update site. Go to Preferences => Install/Update => Available Software Sites and make sure that community contributions as per below is active and potentially reload it
Then go to Menu => Install Extensions and in the pop up search for Fin. Then Select Financial Operations and FP&A extension and click next, accept licenses etc. until it installs.