- Notifications
You must be signed in to change notification settings - Fork59
Base widget and workflow definitions for Orange
License
NotificationsYou must be signed in to change notification settings
biolab/orange-widget-base
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Orange Widget Base provides a base widget component for a interactive GUIbased workflow. It is primarily used in theOrange data mining application.
Orange Widget Base requires Python 3.6 or newer.
# Create a separate Python environment for Orange and its dependencies ...python3 -m venv orangevenv# ... and make it the active onesource orangevenv/bin/activate# Clone the repository and move into itgit clone https://github.com/biolab/orange-widget-base.gitcd orange-widget-base# Install Qt dependencies for the GUIpip install PyQt5 PyQtWebEngineCore# Finally install this in editable/development mode.pip install -e .Start a default workflow editor GUI with
python -m orangecanvas --config orangewidget.workflow.config.ConfigAbout
Base widget and workflow definitions for Orange
Resources
License
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.