Getting started#
Install requirements
pip install ewoksdask
Execute a workflow
from ewoksdask import execute_graph
result = execute_graph("/path/to/graph.json")
Install requirements
pip install ewoksdask
Execute a workflow
from ewoksdask import execute_graph
result = execute_graph("/path/to/graph.json")