Reacton#
This component is also available in the classic reference.
The IPyWidget pane renders any ipywidgets model both in the notebook and in a deployed server.
Use pn.ui.Reacton to create this component.
API#
.. py:class:: Reacton(object=None, **params) :module: panel.pane.ipywidget
.. rubric:: Methods
.. autosummary::
applies
.. !! processed by numpydoc !!
Parameter Definitions
Parameters inherited from:
:class:`panel.viewable.Layoutable`: align, aspect_ratio, css_classes, design, height, min_width, min_height, max_width, max_height, styles, stylesheets, tags, width, width_policy, height_policy, sizing_mode, visible
:class:`panel.viewable.Viewable`: loading
:class:`panel.pane.base.PaneBase`: margin, default_layout
:class:`panel.pane.ipywidget.IPyWidget`: object
.. py:method:: Reacton.applies(object: ~typing.Any) -> float | bool | None :module: panel.pane.ipywidget :classmethod:
Returns boolean or float indicating whether the Pane
can render the object.
If the priority of the pane is set to
`None`, this method may also be used to define a float priority
depending on the object being rendered.
..
!! processed by numpydoc !!