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

Solution: Import the 'pydot' module

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

 

For more information:
Python pydot