Orange canvasΒΆ

Launch the Orange canvas

ewoks-canvas /path/to/orange_wf.ows

or for an installation with the system python

python3 -m ewoksorange.canvas /path/to/orange_wf.ows

or when Orange3 is installed

orange-canvas /path/to/orange_wf.ows

or for an installation with the system python

python3 -m orangecanvas /path/to/orange_wf.ows

or for an installation with the system python

Launch the Orange canvas using the Ewoks CLI

ewoks execute /path/to/ewoks_wf.json --engine orange
ewoks execute /path/to/orange_wf.ows --engine orange

or for an installation with the system python

python3 -m ewoks execute /path/to/ewoks_wf.json --engine orange
python3 -m ewoks execute /path/to/orange_wf.ows --engine orange

Launch the Orange canvas with the examples add-on

ewoks-canvas --with-examples

or alternatively install the example add-ons

pip install ewoksorange/tests/examples/ewoks_example_1_addon
pip install ewoksorange/tests/examples/ewoks_example_2_addon

and launch the Orange canvas with

python3 -m orangecanvas

or when Orange3 is installed

orange-canvas