Technical requirements
We will be using Jupyter Notebook to run our coding exercises, which requires python>=3.8.0
, along with the following packages, which will need to be installed with the pip install
command into your environment:
neo4j==5.5.0
igraph==0.9.8
matplotlib==3.6.3
For this chapter, you will also need Neo4j Desktop installed. Please see the Technical requirements section of Chapter 5, Working with Graph Databases, if Neo4j is not yet installed, as it will be needed to follow along with the tutorials in this chapter.
All notebooks, with the coding exercises, are available at the following GitHub link: https://github.com/PacktPublishing/Graph-Data-Modeling-in-Python/tree/main/CH08.