Type | Name | |
---|---|---|
01_Getting_Started | ||
02_Using_Bundled_Python_Packages | ||
03_Using_Custom_Python_Packages | ||
04_Sharing_Python_Scripts_in_Components | ||
05_Jupyter_Notebook |
This Python Script Space aims to provide users with workflow examples on various use cases involving the Python Script node.
Read more at: knime.com/blog/python-script-node-bundled-packages
For detailed information check out the KNIME Docs at:
docs.knime.com/latest/python_installation_guide
The workflows are segregated into five folders as below:
In 01_Getting_Started, the workflows will help you understand how to add/remove various input and output ports and access the input table or objects.
In 02_Using_Bundled_Python_Packages, the workflows demonstrate the usage of bundled packages like NumPy, pandas, scikit-learn etc.
In 03_Using_Custom_Python_Packages, the workflows demonstrate the usage of other python packages that are unavailable in the bundled environment and custom-defined python classes.
In 04_Sharing_Python_Scripts_in_Components, the workflows showcase the creation of Scripted Components with Python.
In 05_Jupyter_Notebook, the workflow demonstrates the usage of Jupyter Notebook inside the KNIME workflow