Skip to content
Example Addon for Orange3
Branch: master
Clone or download
markotoplak and astaric Orange 3.16 instead of 3.5 as set version test
This doesn't give problems with CommonMark.
Latest commit 4ec2126 Nov 7, 2018
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.travis Travis: test with multiple Orange versions Nov 3, 2017
doc Install local documentation using wheel. Jun 7, 2016
orangecontrib Use AnyQt instead of PyQt4 Nov 7, 2018
.gitignore Add .gitignore. May 7, 2015
.travis.yml
MANIFEST.in Rename exampletutorials package to tutorials. Apr 10, 2015
README.md
screenshot.png Added screenshot. Apr 10, 2015
setup.py Install local documentation using wheel. Jun 7, 2016

README.md

Orange3 Example Add-on

This is an example add-on for Orange3. Add-on can extend Orange either in 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.

Installation

To install the add-on, run

pip install .

To register this add-on with Orange, but keep the code in the development directory (do not copy it to Python's site-packages directory), run

pip install -e .

Documentation / widget help can be built by running

make html htmlhelp

from the doc directory.

Usage

After the installation, the widget from this add-on is registered with Orange. To run Orange from the terminal, use

python -m Orange.canvas

The new widget appears in the toolbox bar under the section Example.

screenshot

You can’t perform that action at this time.