- Notifications
You must be signed in to change notification settings - Fork48
biolab/orange3-example-addon
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This is an example add-on forOrange3. Add-on can extend Orange eitherin scripting or GUI part, or in both. We here focus on the GUI part and implement a simple (empty) widget,register it with Orange and add a new workflow with this widget to example tutorials.
To install the add-on from source run
pip install .To register this add-on with Orange, but keep the code in the development directory (do not copy it toPython's site-packages directory), run
pip install -e .Documentation / widget help can be built by running
make html htmlhelpfrom the doc directory.
After the installation, the widget from this add-on is registered with Orange. To run Orange from the terminal,use
orange-canvasor
python -m Orange.canvasThe new widget appears in the toolbox bar under the section Example.
About
Example Addon for Orange3
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors5
Uh oh!
There was an error while loading.Please reload this page.
