How to Solve NameError: name 'DatePickerInput' is not defined -- bootstrap_datepicker_plus

Solution: Import the 'DatePickerInput' module

To Solve the error, add the following line to the top of your code.

from bootstrap_datepicker_plus import DatePickerInput

 

For more information:
Python bootstrap_datepicker_plus DatePickerInput