def init_bokeh_table_data(self):
table_data = dict(ids=[], names=[], times=[],
inlinetimes=[],
plot_inline_times=[],
plot_extra_times=[])
self.table_data = ColumnDataSource(table_data)