python-igraph 0.9.11 ¶
python-igraph 0.9.11¶
igraph is a fast open source tool to manipulate and analyze graphs or networks. It is primarily written in C. python-igraph is igraph’s interface for the Python programming language.
python-graph includes functionality for graph plotting and conversion from/to networkx.
Installation¶
Install using pip:
pip install igraph
Install using conda:
conda install -c conda-forge python-igraph
Further details are available in the Installation Guide.
Documentation¶
Tutorials
Detailed docs
Reference