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

Solution: Import the 'flowers' module

# Add the following line to the top of your code
from bokeh.sampledata.iris import flowers

 

For more information:
bokeh flowers