Icon

Public

This directory contains 5 workflows.

IconMultiple_​Python_​Versions_​Single_​Workflow 

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 […]

IconPickling_​Across_​Nodes 

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 […]

IconPropagate_​Python_​Functions_​Downstream 

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 […]

IconPython_​Efficient_​Repeat_​Use_​of_​Model 

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 […]

Iconwhatsup_​with_​my_​python 

Diagnostic workflow for investigating available Python executables on a given system.