WidgetDataframe

class orion_notebook.widgets.widget_dataframe.DataframeWidget(**kwargs)

Bases: orion_notebook.widgets.widget_base.CompiledWidget

Class for building a Dataframe Widget.

  • Input(s): a json formatted dataframe

  • Operation: the widget builds a grid from the input provided

  • Outputs(s): a json formated dataframe that contains only the rows selected by the user

class Inputs(value)

Bases: enum.Enum

Enum of inputs of the widget

DATAFRAME = 'dataframe'
class Outputs(value)

Bases: enum.Enum

Enum of outputs of the widget

DATAFRAME = 'dataframe'
configure_inputs()

Configures the inputs of the widget

configure_outputs()

Configures the outputs of the widget

execute(**kwargs: dict)

Configures the widget’s functionality and generates the dataframe widget

get_loading_icon()

Displays loading icon while the widget is executing or waiting execution