Skip to content

Latest commit

 

History

History
134 lines (87 loc) · 2.89 KB

index.rst

File metadata and controls

134 lines (87 loc) · 2.89 KB

igraph

div.twocol { padding-left: 0; padding-right: 0; display: flex; } div.twocol > div { flex-grow: 1; padding: 0; margin-right: 20px; }

python-igraph

Python interface of igraph, a fast and open source C library to manipulate and analyze graphs (aka networks). It can be used to:

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 <install>.

Documentation

Tutorials

  • Quick start <tutorials/quickstart>
  • Gallery of examples <tutorials/index>
  • Extended tutorial <tutorial> (Español <tutorial.es>)

Detailed docs

  • Generation <generation>
  • Analysis <analysis>
  • Visualization <visualisation>
  • Configuration <configuration>

Reference

Support

Documentation for python-igraph.

install tutorials/index tutorial tutorial.es api/index generation analysis visualisation configuration faq

Indices and tables

  • genindex
  • modindex

Citation

If you use igraph in your research, please cite

Csardi, G., & Nepusz, T. (2006). The igraph software package for complex network research. InterJournal, Complex Systems, 1695.