WidgetDisplay

class orion_notebook.widgets.widget_display.DisplayWidget(**kwargs)

Bases: orion_notebook.widgets.widget_base.CompiledWidget

Class for building a Display Widget.

  • Input(s): the element to display

  • Operation: the widget renders de element on the notebook

class Inputs(value)

Bases: enum.Enum

Enum of inputs of the widget

ELEMENT_TO_DISPLAY = 'element_to_display'
configure_inputs()

Configures the inputs of the widget

execute(**kwargs: dict)

Configures the widget’s functionality and generates the display widget