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

Solution: Import the 'bottle' module

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

 

For more information:
Python bottle