reno.explorer.FreeVarsEditor#

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

Bases: Viewer

Editor for distributions/values of system free variables.

Methods

__init__(model, **params)

assign_from_controls()

Set references and configuration on the model based on values set in UI.

create_variable_controls()

Set up ReferenceEditors for each of the free variables.

fire_on_run_prior_clicked()

Trigger the callbacks for the run_prior_clicked event.

on_run_prior_clicked(callback)

Register a function to execute when the 'run priors' button is clicked.

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

Parameters:
  • model (reno.Model)

  • params (dict)

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

Required function to return the actual frontend component.

Return type:

Viewable

assign_from_controls()#

Set references and configuration on the model based on values set in UI.

Return type:

None

create_variable_controls()#

Set up ReferenceEditors for each of the free variables.

Return type:

None

fire_on_run_prior_clicked()#

Trigger the callbacks for the run_prior_clicked event.

Return type:

None

name = 'FreeVarsEditor'#
on_run_prior_clicked(callback)#

Register a function to execute when the ‘run priors’ button is clicked.

Callbacks for this event should take no parameters.

Parameters:

callback (Callable)

Return type:

None