How to Solve NameError: name 'DataTable' is not defined -- bokeh
Solution: Import the 'DataTable' module
To Solve the error, add the following line to the top of your code.
from bokeh import DataTable
For more information:
Python bokeh DataTable