igraphEasy Playground

High-performance graph library for large-scale network analysis

Getting started with igraphRun locally
Install
pip install igraph
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: igraph)

igraph is a third-party package. High-performance graph library for large-scale network analysis. Install with: pip install igraph

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?