reno.explorer.Observable#
- class reno.explorer.Observable(model, **params)#
Bases:
ViewerComponents row for setting up an observation to include for finding posteriors. Observations have to be set on metrics, so only metrics will be populated in dropdowns.
Methods
__init__(model, **params)servable([title, location, area, target])Serves the object or adds it to the configured pn.state.template if in a panel serve context, writes to the DOM if in a pyodide context and returns the Panel object to allow it to display itself in a notebook context.
show([title, port, address, ...])Starts a Bokeh server and displays the Viewable in a new tab.
Attributes
param- Parameters:
model (reno.Model)
params (dict)
- __annotations__ = {}#
- __module__ = 'reno.explorer'#
- __panel__()#
Required function to return the actual frontend component.
- Return type:
Viewable
- name = 'Observable'#