GitHub - biolab/orange-widget-base: Base widget and workflow definitions for Orange (original) (raw)

Skip to content

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Sign in

Sign up

Appearance settings

biolab / orange-widget-base Public

Base widget and workflow definitions for Orange

License

View license

27 stars 61 forks Branches Tags Activity

Star

Notifications You must be signed in to change notification settings

Additional navigation options

BranchesTags

Folders and files

Name Name Last commit message Last commit date
Latest commitHistory3,834 Commits
.github .github
doc doc
i18n i18n
orangewidget orangewidget
scripts scripts
.coveragerc .coveragerc
.gitattributes .gitattributes
.gitignore .gitignore
.readthedocs.yml .readthedocs.yml
CHANGELOG.md CHANGELOG.md
CONTRIBUTING.md CONTRIBUTING.md
LICENSE LICENSE
MANIFEST.in MANIFEST.in
README.md README.md
pylintrc pylintrc
pyproject.toml pyproject.toml
setup.py setup.py

Repository files navigation

Orange Widget Base

Orange Widget Base provides a base widget component for a interactive GUI based workflow. It is primarily used in the Orange data mining application.

Orange Widget Base requires Python 3.6 or newer.

Installing with pip

# Create a separate Python environment for Orange and its dependencies ...
python3 -m venv orangevenv
# ... and make it the active one
source orangevenv/bin/activate

# Clone the repository and move into it
git clone https://github.com/biolab/orange-widget-base.git
cd orange-widget-base

# Install Qt dependencies for the GUI
pip install PyQt5 PyQtWebEngineCore

# Finally install this in editable/development mode.
pip install -e .

Starting the GUI

Start a default workflow editor GUI with

python -m orangecanvas --config orangewidget.workflow.config.Config

About

Base widget and workflow definitions for Orange

Resources

Readme

License

View license

Activity

Custom properties

Stars

27 stars

Watchers

17 watching

Forks

61 forks

Report repository

Releases2

4.25.1 Latest Dec 23, 2024

+ 1 release

Packages

No packages published

Contributors74

+ 60 contributors

Languages