Technical requirements
We will be using Jupyter notebooks to run our coding exercises; this requires python>=3.8.0
, along with the following packages, which will need to be installed with the pip install
command in your environment:
networkx==2.8.8
igraph==0.9.8
matplotlib
All notebooks, with the coding exercises, are available at the following GitHub link: https://github.com/PacktPublishing/Graph-Data-Modeling-in-Python/tree/main/CH02.