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