neuralib.dashboard.base.BokehServer
- class neuralib.dashboard.base.BokehServer[source]
Bases:
objectBokeh application server. It is a singleton class, that only one instance can hold the OS port.
Implement Note
For now, it is a single web-page application, that don’t provide any methods to route to other paths.
Methods
__init__([theme])page(viewer)start(viewer[, open_url])start serving.
Attributes
- INSTANCE: ClassVar[BokehServer | None] = None
- server: Server