Networks add-on for Orange 3 data mining software package.
Project description
[![Documentation Status](https://readthedocs.org/projects/orange3-network/badge/?version=latest)](http://orange3-network.readthedocs.io/en/latest/?badge=latest)
Orange3-Network is an add-on for [Orange] data mining software package. It provides network visualization and network analysis tools.
[Orange]: http://orange.biolab.si/
Documentation is found at: http://orange3-network.rtfd.io
Installation
Install from Orange add-on installer through Options - Add-ons.
To install the add-on with pip use
pip install orange3-network
To install the add-on from source, run
python setup.py 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
python setup.py develop
You can also run
pip install -e .
which is sometimes preferable as you can pip uninstall packages later.
### Anaconda
If using Anaconda Python distribution, simply run
pip install orange3-network
### Compiling on Windows
If you are not using Anaconda distribution, but building the add-on directly from the source code, Windows users need to compile the code. Download [Microsoft Visual Studio compiler] and run the command
python setup.py build_ext -i –compiler=msvc install
[Microsoft Visual Studio compiler]: https://developer.microsoft.com/en-US/windows/downloads/windows-10-sdk
Usage
After the installation, the widgets from this add-on are registered with Orange. To run Orange from the terminal, use
orange-canvas
or
python3 -m Orange.canvas
New widgets are in the toolbox bar under Networks section.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file Orange3-Network-1.4.2.tar.gz
.
File metadata
- Download URL: Orange3-Network-1.4.2.tar.gz
- Upload date:
- Size: 2.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 184d45c83960fc1a8db514fdcb5c2f623dd452ab445d46682e23b6c63323d099 |
|
MD5 | a93fac17e7928384dd75b834c5f6f68c |
|
BLAKE2b-256 | f15bbe157e8bb99ff113a348dac5ec167615b0c45c0cbebea6eb87a942098854 |