shyft.dashboard.examples.label_selector

Classes

LabelSelectorExample(thread_pool[, app_kwargs])

class shyft.dashboard.examples.label_selector.LabelSelectorExample(thread_pool, app_kwargs: Dict[str, Any] | None = None)[source]

Bases: AppBase

__init__(thread_pool, app_kwargs: Dict[str, Any] | None = None)[source]

Init of base app

Parameters:
  • thread_pool – Optional thread pool used for async calls within the app

  • app_kwargs – Optional keyword arguments provided to the app through the start_bokeh_apps methods

property name: str

This property returns the name of the app

get_layout(doc: bokeh.document.Document, logger: LoggerBox | None = None) bokeh.layouts.LayoutDOM[source]

This function returns the full page layout for the app