Searched refs:BokehApplication (Results 1 – 3 of 3) sorted by relevance
11 from .core import BokehApplication19 bokeh_app = BokehApplication(
40 from .core import BokehApplication120 bokeh_app = BokehApplication(
25 def BokehApplication(applications, server, prefix="/", template_variables={}): function