NetworkX
NetworkX is a Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks.
This notebook goes over how to do question answering over a graph data structure.
Setting up
We have to install a Python package.
%pip install --upgrade --quiet networkx