How to Solve NameError: name 'airports' is not defined -- bokeh

Solution: Import the 'airports' module

# Add the following line to the top of your code
from bokeh.sampledata.airport_routes import airports

 

For more information:
bokeh airports