How to Solve NameError: name 'pygraphviz' is not defined

Solution: Import the 'pygraphviz' module

# Add the following line to the top of your code
import pygraphviz

 

For more information:
Python pygraphviz