def run(self):
print("In thread.run")
self.figs = [self.make_fig(self.plotters[name]) for name in self.plotters]
self.session = push_session(curdoc())
self.session.show(column(self.figs))
curdoc().title = 'AntEvent Streams'
self.session.loop_until_closed()
评论列表
文章目录