yuuno.ipython.apps.chooser module¶
-
class
yuuno.ipython.apps.chooser.
ImageChooser
(values, *args, **kwargs)[source]¶ Bases:
ipywidgets.widgets.widget_box.VBox
Implements an image chooser.
-
current
¶ A trait whose value must be an instance of a specified class.
The value can also be an instance of a subclass of the specified class.
Subclasses can declare default classes by overriding the klass attribute
-
image
¶ A trait whose value must be an instance of a specified class.
The value can also be an instance of a subclass of the specified class.
Subclasses can declare default classes by overriding the klass attribute
-
values
¶ An instance of a Python list.
-