Technical requirements
We will be using Jupyter notebooks to run our coding exercises, which require python>=3.8.0
, along with the following packages, which will need to be installed in your environment with the pip
install
command:
neo4j==5.5.0
igraph==0.9.8
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/CH09.