reno.explorer.ViewControls#
- class reno.explorer.ViewControls(*, name)#
Bases:
ViewerAny 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
param- __annotations__ = {}#
- __module__ = 'reno.explorer'#
- __panel__()#
Subclasses should return a Panel component to be rendered.
- name = 'ViewControls'#