This directory contains 5 workflows.
By passing in a flow variable set to the full path of the Python executable, individual Python nodes can use different versions of Python as well as […]
Python objects can be pickled then sent as String output from a node to be read and later unpickled in another Python node. Pickling of a custom class […]
Defining a Python function inside a single Python node means that function is only available inside that node. To create reusable code, your best option is […]
After creating a model (especially a DL Python Model), that model will be used to make predictions given new input data. Sometimes the need to make such […]
Diagnostic workflow for investigating available Python executables on a given system.