Network science: CS552

Tutorial on igraph

Some Datasets are here: Datasets for Network Science

Installation Instructions

Installation can be non-trivial. But, the following steps should work on any Windows computer:

  • Create an anaconda environment that runs python3.5 (installing everything)
  • Run Conda install pycairo followed by Conda install igraph OR for google colab run
!pip install python-igraph==0.8.3
!apt install libcairo2-dev pkg-config python3-dev
!pip install python-igraph leidenalg cairocffi