Technical requirements
We will be using Python 3.8 for all of our exercises. In the following code block, you can find a list of the Python libraries that need to be installed for this chapter using pip
. For example, run pip install networkx==2.5
on the command line, and so on:
networkx==2.5 neo4j==4.2.0 gremlinpython==3.4.6
All the code files relevant to this chapter are available at https://github.com/PacktPublishing/Graph-Machine-Learning/tree/main/Chapter09.