How to Install python3-igraph in Ubuntu 18.04



Install python3-igraph by entering the following commands in the terminal:

sudo apt update
sudo apt install python3-igraph

Description:

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.

Homepage: http://igraph.org/python/

Version: 0.7.1.post6-5

Section: universe/python