Skip to main content

Orange binding for Ewoks

Project description

ewoksorange

ewoksorange provides s desktop graphical interface for ewoks.

Install

pip install ewoksorange[test]

When using Oasys instead of Orange3

pip install oasys1
pip install AnyQt
pip install importlib_resources  # python_version < "3.9"
pip install ewokscore
pip install pytest
pip install --no-deps ewoksorange

Test

pytest --pyargs ewoksorange.tests

Getting started

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 Orange.canvas /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

Documentation

https://ewoksorange.readthedocs.io/

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ewoksorange-0.7.0rc0.tar.gz (55.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page