How to Solve NameError: name 'airline_flights' is not defined -- hvplot

Solution: Import the 'airline_flights' module

# Add the following line to the top of your code
from hvplot.sample_data import airline_flights

 

For more information:
hvplot airline_flights