reno.explorer.Observable#

class reno.explorer.Observable(model, **params)#

Bases: Viewer

Components 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

name

param

__annotations__ = {}#
__module__ = 'reno.explorer'#
__panel__()#

Subclasses should return a Panel component to be rendered.

name = 'Observable'#