neuralib.dashboard.examples.view_figure

class neuralib.dashboard.examples.view_figure.AnimalFigureView[source]
FIGURE_TYPE = ['default', 'other', 'more']
content_title: Div
content_date: Div
__init__(animal=None, figure=None)[source]
Parameters:
  • animal (str | None)

  • figure (str | None)

property title: str
property current_animal: str | None
property current_figure: str
setup()[source]

setup application top view. This function is called by BokehServer only once when the server created and opened the web browser.

In this function, you need to initialize the UI components and return the layout.

Return type:

Model