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

Solution: Import the 'TableColumn' module

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

from bokeh import TableColumn

 

For more information:
Python bokeh TableColumn