Orange canvasΒΆ

Launch the Orange canvas

ewoks-canvas /path/to/orange_wf.ows

or equivalently

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

When Orange3 is installed you can also launch the native Orange CLI

orange-canvas /path/to/orange_wf.ows [--config ewoksorange.canvas.config.Config]

or equivalently

python3 -m orangecanvas /path/to/orange_wf.ows [--config ewoksorange.canvas.config.Config]

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 equivalently

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