Skip to content
🍊 ⚠️ Prototype Orange widgets β€” only for the brave.
Branch: master
Clone or download
ajdapretnar Merge pull request #178 from ales-erjavec/fixes/owcsvimport-na-parse
[FIX] CSV Import: Fix N/A parsing for text columns
Latest commit 16f877c Apr 11, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github GitHub templates: issue and pull request Oct 11, 2017
doc Cleanup icons Dec 17, 2018
orangecontrib
.gitignore Ignore build docs in git Jan 28, 2019
MANIFEST.in Add Plotly-based OWParallelCoordinates Dec 13, 2017
README.md Remove Lookalike demo widgets Sep 24, 2018
setup.py Release 0.11.0 Aug 29, 2018

README.md

Orange3 Prototypes

Prototype Orange widgets. Only for the brave.

Installing

This add-on requires Orange3 and Python 3.4 or newer. To install it, run:

# Clone the repository and move into it
git clone https://github.com/biolab/orange3-prototypes.git
cd orange3-prototypes

# Setup the add-on
pip install .

To install Orange in editable/development mode, run

pip install -e .

Alternatively, you can install the add-on from PyPI:

pip install orange3-prototypes
You can’t perform that action at this time.