reno.explorer.ViewControls#

class reno.explorer.ViewControls(**params)#

Bases: Viewer

Any settings and config for the current main view, this shows up in the right sidebar and is populated when widgets in a tab are clicked/ new control widgets are requested. (See new_controls_needed event scattered throughout other components).

Methods

__init__(**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

Parameters:

params (dict)

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

Required function to return the actual frontend component.

Return type:

Viewable

name = 'ViewControls'#