KNIME Python

How can we call external python model stored in let’s say .pynb (python notebook) directly from knime . For this it’s going to be that knime directly calls external python model without writing python script in knime. Knime just invokes the external model and get the results.

@SA20276736 knime can invoke Jupyter notebooks. If they themselves call external resources you might have to adapt absolute paths within or transfer the values to the notebook via an external file

Please also note the external resources linked in this workflow like

And

2 Likes

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