Use Ewoks graphical interfaces#
Ewoks comes with two graphical interfaces. You can either of the two to create and edit workflows.
ewoksweb: full-stack web application#
Install ewoksweb
pip install ewoksweb
Start ewoksweb
ewoksweb
ewoksweb will create folders to store the tasks/workflows that you will create when using it.
For more information see the ewoksweb documentation.
ewoks-canvas: the Orange desktop graphical interface#
Install requirements
pip install ewoksorange[orange]
Launch the graphical interface
ewoks-canvas
For more information see the ewoksorange documentation.