lisa.notebook.WrappingHBox#

class lisa.notebook.WrappingHBox(**kwargs: Any)[source]#

Bases: HBox

HBox that will overflow on multiple lines if the content is too large to fit on one line.

HBox that will overflow on multiple lines if the content is too large to fit on one line.

Classes

__class__ inherited

See traitlets.traitlets.HasTraits.__class__

Attributes

box_style inherited

See ipywidgets.widgets.widget_box.Box.box_style

children inherited

See ipywidgets.widgets.widget_box.Box.children

comm inherited

See ipywidgets.widgets.widget.Widget.comm

keys inherited

See ipywidgets.widgets.widget.Widget.keys

layout inherited

See ipywidgets.widgets.domwidget.DOMWidget.layout

log inherited

See ipywidgets.widgets.widget.LoggingHasTraits.log

tabbable inherited

See ipywidgets.widgets.domwidget.DOMWidget.tabbable

tooltip inherited

See ipywidgets.widgets.domwidget.DOMWidget.tooltip

widget_types inherited

See ipywidgets.widgets.widget.Widget.widget_types

widgets inherited

See ipywidgets.widgets.widget.Widget.widgets

Properties

cross_validation_lock inherited

See traitlets.traitlets.HasTraits.cross_validation_lock

model_id inherited

See ipywidgets.widgets.widget.Widget.model_id

Methods

__copy__() inherited

See ipywidgets.widgets.widget.Widget.__copy__()

__deepcopy__() inherited

See ipywidgets.widgets.widget.Widget.__deepcopy__()

__del__() inherited

See ipywidgets.widgets.widget.Widget.__del__()

__setstate__() inherited

See traitlets.traitlets.HasTraits.__setstate__()

add_class() inherited

See ipywidgets.widgets.domwidget.DOMWidget.add_class()

add_traits() inherited

See ipywidgets.widgets.widget.Widget.add_traits()

blur() inherited

See ipywidgets.widgets.domwidget.DOMWidget.blur()

class_own_trait_events() inherited

See traitlets.traitlets.HasTraits.class_own_trait_events()

class_own_traits() inherited

See traitlets.traitlets.HasTraits.class_own_traits()

class_trait_names() inherited

See traitlets.traitlets.HasTraits.class_trait_names()

class_traits() inherited

See traitlets.traitlets.HasTraits.class_traits()

close() inherited

See ipywidgets.widgets.widget.Widget.close()

close_all() inherited

See ipywidgets.widgets.widget.Widget.close_all()

focus() inherited

See ipywidgets.widgets.domwidget.DOMWidget.focus()

get_manager_state() inherited

See ipywidgets.widgets.widget.Widget.get_manager_state()

get_state() inherited

See ipywidgets.widgets.widget.Widget.get_state()

get_view_spec() inherited

See ipywidgets.widgets.widget.Widget.get_view_spec()

handle_comm_opened() inherited

See ipywidgets.widgets.widget.Widget.handle_comm_opened()

handle_control_comm_opened() inherited

See ipywidgets.widgets.widget.Widget.handle_control_comm_opened()

has_trait() inherited

See traitlets.traitlets.HasTraits.has_trait()

hold_sync() inherited

See ipywidgets.widgets.widget.Widget.hold_sync()

hold_trait_notifications() inherited

See traitlets.traitlets.HasTraits.hold_trait_notifications()

notify_change() inherited

See ipywidgets.widgets.widget.Widget.notify_change()

observe() inherited

See traitlets.traitlets.HasTraits.observe()

on_msg() inherited

See ipywidgets.widgets.widget.Widget.on_msg()

on_trait_change() inherited

See traitlets.traitlets.HasTraits.on_trait_change()

on_widget_constructed() inherited

See ipywidgets.widgets.widget.Widget.on_widget_constructed()

open() inherited

See ipywidgets.widgets.widget.Widget.open()

remove_class() inherited

See ipywidgets.widgets.domwidget.DOMWidget.remove_class()

send() inherited

See ipywidgets.widgets.widget.Widget.send()

send_state() inherited

See ipywidgets.widgets.widget.Widget.send_state()

set_state() inherited

See ipywidgets.widgets.widget.Widget.set_state()

set_trait() inherited

See traitlets.traitlets.HasTraits.set_trait()

setup_instance() inherited

See traitlets.traitlets.HasTraits.setup_instance()

trait_defaults() inherited

See traitlets.traitlets.HasTraits.trait_defaults()

trait_events() inherited

See traitlets.traitlets.HasTraits.trait_events()

trait_has_value() inherited

See traitlets.traitlets.HasTraits.trait_has_value()

trait_metadata() inherited

See traitlets.traitlets.HasTraits.trait_metadata()

trait_names() inherited

See traitlets.traitlets.HasTraits.trait_names()

trait_values() inherited

See traitlets.traitlets.HasTraits.trait_values()

traits() inherited

See traitlets.traitlets.HasTraits.traits()

unobserve() inherited

See traitlets.traitlets.HasTraits.unobserve()

unobserve_all() inherited

See traitlets.traitlets.HasTraits.unobserve_all()

Classes#

WrappingHBox.__class__#

alias of MetaHasTraits

Attributes#

WrappingHBox.box_style#

Inherited attribute, see ipywidgets.widgets.widget_box.Box.box_style

WrappingHBox.children#

Inherited attribute, see ipywidgets.widgets.widget_box.Box.children

WrappingHBox.comm#

Inherited attribute, see ipywidgets.widgets.widget.Widget.comm

WrappingHBox.keys#

Inherited attribute, see ipywidgets.widgets.widget.Widget.keys

WrappingHBox.layout#

Inherited attribute, see ipywidgets.widgets.domwidget.DOMWidget.layout

WrappingHBox.log#

Inherited attribute, see ipywidgets.widgets.widget.LoggingHasTraits.log

WrappingHBox.tabbable#

Inherited attribute, see ipywidgets.widgets.domwidget.DOMWidget.tabbable

WrappingHBox.tooltip#

Inherited attribute, see ipywidgets.widgets.domwidget.DOMWidget.tooltip

WrappingHBox.widget_types = <ipywidgets.widgets.widget.WidgetRegistry object>#
WrappingHBox.widgets = {}#

Properties#

property WrappingHBox.cross_validation_lock: Any#

Inherited property, see traitlets.traitlets.HasTraits.cross_validation_lock

property WrappingHBox.model_id#

Inherited property, see ipywidgets.widgets.widget.Widget.model_id

Methods#

WrappingHBox.__copy__()#

Inherited method, see ipywidgets.widgets.widget.Widget.__copy__()

WrappingHBox.__deepcopy__()#

Inherited method, see ipywidgets.widgets.widget.Widget.__deepcopy__()

WrappingHBox.__del__()#

Inherited method, see ipywidgets.widgets.widget.Widget.__del__()

WrappingHBox.__setstate__()#

Inherited method, see traitlets.traitlets.HasTraits.__setstate__()

WrappingHBox.add_class()#

Inherited method, see ipywidgets.widgets.domwidget.DOMWidget.add_class()

WrappingHBox.add_traits()#

Inherited method, see ipywidgets.widgets.widget.Widget.add_traits()

WrappingHBox.blur()#

Inherited method, see ipywidgets.widgets.domwidget.DOMWidget.blur()

classmethod WrappingHBox.class_own_trait_events()#

Inherited method, see traitlets.traitlets.HasTraits.class_own_trait_events()

classmethod WrappingHBox.class_own_traits()#

Inherited method, see traitlets.traitlets.HasTraits.class_own_traits()

classmethod WrappingHBox.class_trait_names()#

Inherited method, see traitlets.traitlets.HasTraits.class_trait_names()

classmethod WrappingHBox.class_traits()#

Inherited method, see traitlets.traitlets.HasTraits.class_traits()

WrappingHBox.close()#

Inherited method, see ipywidgets.widgets.widget.Widget.close()

classmethod WrappingHBox.close_all()#

Inherited method, see ipywidgets.widgets.widget.Widget.close_all()

WrappingHBox.focus()#

Inherited method, see ipywidgets.widgets.domwidget.DOMWidget.focus()

static WrappingHBox.get_manager_state()#

Inherited method, see ipywidgets.widgets.widget.Widget.get_manager_state()

WrappingHBox.get_state()#

Inherited method, see ipywidgets.widgets.widget.Widget.get_state()

WrappingHBox.get_view_spec()#

Inherited method, see ipywidgets.widgets.widget.Widget.get_view_spec()

static WrappingHBox.handle_comm_opened()#

Inherited method, see ipywidgets.widgets.widget.Widget.handle_comm_opened()

classmethod WrappingHBox.handle_control_comm_opened()#

Inherited method, see ipywidgets.widgets.widget.Widget.handle_control_comm_opened()

WrappingHBox.has_trait()#

Inherited method, see traitlets.traitlets.HasTraits.has_trait()

WrappingHBox.hold_sync()#

Inherited method, see ipywidgets.widgets.widget.Widget.hold_sync()

WrappingHBox.hold_trait_notifications()#

Inherited method, see traitlets.traitlets.HasTraits.hold_trait_notifications()

WrappingHBox.notify_change()#

Inherited method, see ipywidgets.widgets.widget.Widget.notify_change()

WrappingHBox.observe()#

Inherited method, see traitlets.traitlets.HasTraits.observe()

WrappingHBox.on_msg()#

Inherited method, see ipywidgets.widgets.widget.Widget.on_msg()

WrappingHBox.on_trait_change()#

Inherited method, see traitlets.traitlets.HasTraits.on_trait_change()

static WrappingHBox.on_widget_constructed()#

Inherited method, see ipywidgets.widgets.widget.Widget.on_widget_constructed()

WrappingHBox.open()#

Inherited method, see ipywidgets.widgets.widget.Widget.open()

WrappingHBox.remove_class()#

Inherited method, see ipywidgets.widgets.domwidget.DOMWidget.remove_class()

WrappingHBox.send()#

Inherited method, see ipywidgets.widgets.widget.Widget.send()

WrappingHBox.send_state()#

Inherited method, see ipywidgets.widgets.widget.Widget.send_state()

WrappingHBox.set_state()#

Inherited method, see ipywidgets.widgets.widget.Widget.set_state()

WrappingHBox.set_trait()#

Inherited method, see traitlets.traitlets.HasTraits.set_trait()

WrappingHBox.setup_instance()#

Inherited method, see traitlets.traitlets.HasTraits.setup_instance()

WrappingHBox.trait_defaults()#

Inherited method, see traitlets.traitlets.HasTraits.trait_defaults()

classmethod WrappingHBox.trait_events()#

Inherited method, see traitlets.traitlets.HasTraits.trait_events()

WrappingHBox.trait_has_value()#

Inherited method, see traitlets.traitlets.HasTraits.trait_has_value()

WrappingHBox.trait_metadata()#

Inherited method, see traitlets.traitlets.HasTraits.trait_metadata()

WrappingHBox.trait_names()#

Inherited method, see traitlets.traitlets.HasTraits.trait_names()

WrappingHBox.trait_values()#

Inherited method, see traitlets.traitlets.HasTraits.trait_values()

WrappingHBox.traits()#

Inherited method, see traitlets.traitlets.HasTraits.traits()

WrappingHBox.unobserve()#

Inherited method, see traitlets.traitlets.HasTraits.unobserve()

WrappingHBox.unobserve_all()#

Inherited method, see traitlets.traitlets.HasTraits.unobserve_all()