atoti.Session.widget#

property Session.widget: object#

Widget to visualize the data in the session interactively.

Return it from a notebook code cell to display it. The widget will appear in the output of this cell and its state will be stored in the metadata of this cell. The widget state is automatically updated as the widget is modified through UI interactions.

Supported notebook environments and their corresponding required dependency:

Note

Some notebook environments provide a cell metadata editor. It can be used in the rare situations where the widget state has to be edited manually.

For instance, in JupyterLab, this editor can be found by opening the Notebook tools sidebar and expanding the :guilabel`Advanced Tools` section.