Skip to content

brainets/netchos

Repository files navigation

NetCHOS

NetCHOS = Network, Connectivity and Hierarchically Organized Structures

Description

NetCHOS is a Python toolbox dedicated to network plotting, potentially with interactions, using standard plotting libraries (matplotlib, seaborn or plotly).

image

Documentation

Link to the documentation : https://brainets.github.io/netchos/

Installation

Run the following command into your terminal to get the latest stable version :

You can also install the latest version of the software directly from Github :

pip install git+https://github.com/brainets/netchos.git

For developers, you can install it in develop mode with the following commands :

git clone https://github.com/brainets/netchos.git
cd netchos
python setup.py develop
# or : pip install -e .