GenericDisplay

 

__init__(self, obj): 

LLM Docstring

Wrap an arbitrary object for display as a widget.

  • obj: Any

    the object to display

 

to_widget(self): 

LLM Docstring

Render the object to a widget (using its own to_widget or an output area).

  • :returns: _

    the widget


Feedback

Examples

Templates

Documentation