trw.reporting.bokeh_ui

Module Contents

Classes

BokehUi

Helper class to compose Bokeh UI elements into complex classes.

class trw.reporting.bokeh_ui.BokehUi(ui)

Helper class to compose Bokeh UI elements into complex classes.

Currently it is NOT possible to compose widgets (e.g., via sub-classing). Instead, use regular python with a single method get_ui that returns the Bokeh element to y_axis of the complex widget.

get_ui(self)