igraph-3
High performance graph data structures and algorithms (Python 3)
Install
- All systems
-
curl cmd.cat/igraph-3.sh
- Debian
-
apt-get install python3-igraph
- Ubuntu
-
apt-get install python3-igraph
- Fedora
-
dnf install python3-igraph
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-igraph
- Raspbian
-
apt-get install python3-igraph
- Dockerfile
- dockerfile.run/igraph-3
python3-igraph
High performance graph data structures and algorithms (Python 3)
Python interface to the igraph high performance graph library, primarily aimed at complex network research and analysis. Graph plotting functionality is provided by the Cairo library, so make sure you install the Python bindings of Cairo if you want to generate publication-quality graph plots. This package contains the Python 3 version of igraph.