ewoksorange#
ewoksorange provides a desktop graphical interface for ewoks based on biolab the orange-canvas-core and the orange-base-widget.
ewoksorange is developed by the Software group of the European Synchrotron.
Getting started#
Install requirements
pip install ewoksorange[orange]
Warning
ewoksorange comes without any predefined Qt binding.
You will need to install one to use ewoksorange. Possible bindings are PyQt5, PyQt6, PySide and PySide2.
For example, to use PyQt5:
pip install pyqt5
Oasys use case
When using Oasys instead of Orange3, install the requirements like this instead
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
Launch the graphical interface
ewoks-canvas