Orange binding for Ewoks
Project description
EwoksOrange: Orange binding for Ewoks
Install
python -m pip install ewoksorange[test]
When using Oasys instead of Orange3
python -m pip install --no-deps ewoksorange
python -m pip install ewokscore
python -m pip install AnyQt
python -m pip install oasys1
For the tests in an Oasys environment
python -m pip install ewokscore[test]
python -m pip install importlib_resources # python_version < "3.7"
Test
pytest --pyargs ewoksorange.tests
Getting started
Launch the Orange canvas
ewoks-canvas /path/to/orange_wf.ows
or when Orange3 is installed
orange-canvas /path/to/orange_wf.ows --config orangewidget.workflow.config.Config
Launch the Orange canvas using the Ewoks CLI
ewoks execute /path/to/ewoks_wf.json --binding orange
ewoks execute /path/to/orange_wf.ows --binding orange
Launch the Orange canvas with the examples add-on
ewoks-canvas --with-examples
or alternatively install the example add-ons
python -m pip install ewoksorange/tests/examples/ewoks_example_1_addon
python -m pip install ewoksorange/tests/examples/ewoks_example_2_addon
and launch the Orange canvas with
ewoks-canvas /path/to/orange_wf.ows
or when Orange3 is installed
orange-canvas /path/to/orange_wf.ows
When removing an editable install, you may need to delete one file manually:
python -m pip install -e ewoksorange/tests/examples/ewoks_example_1_addon
python -m pip uninstall ewoks-example-1-addon
python -c "import site,os;os.unlink(os.path.join(site.getsitepackages()[0],'ewoks-example-1-addon-nspkg.pth'))"
Documentation
Project details
Release history Release notifications | RSS feed
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.1.0rc8.tar.gz
(44.6 kB
view details)
File details
Details for the file ewoksorange-0.1.0rc8.tar.gz
.
File metadata
- Download URL: ewoksorange-0.1.0rc8.tar.gz
- Upload date:
- Size: 44.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e6433eee0acea319e00289c633b7189809571b973f3d65bf255f43816c74266d |
|
MD5 | a9ffbff57fdb59f9b4f887e1dbf15b55 |
|
BLAKE2b-256 | ba0ffe92d22f610e96506b2d33c426cc5d55ea9eb74d381524547cb3685faaa7 |