UNPKG

@jupyter-widgets/schema

Version:

Schemas for the Jupyter interactive Widgets

2,144 lines 193 kB
[ { "attributes": [ { "default": "@jupyter-widgets/base", "help": "The namespace for the model.", "name": "_model_module", "type": "string" }, { "default": "2.0.0", "help": "A semver requirement for namespace version containing the model.", "name": "_model_module_version", "type": "string" }, { "default": "LayoutModel", "help": "", "name": "_model_name", "type": "string" }, { "default": "@jupyter-widgets/base", "help": "", "name": "_view_module", "type": "string" }, { "default": "2.0.0", "help": "", "name": "_view_module_version", "type": "string" }, { "default": "LayoutView", "help": "", "name": "_view_name", "type": "string" }, { "allow_none": true, "default": null, "enum": [ "flex-start", "flex-end", "center", "space-between", "space-around", "space-evenly", "stretch", "inherit", "initial", "unset" ], "help": "The align-content CSS attribute.", "name": "align_content", "type": "string" }, { "allow_none": true, "default": null, "enum": [ "flex-start", "flex-end", "center", "baseline", "stretch", "inherit", "initial", "unset" ], "help": "The align-items CSS attribute.", "name": "align_items", "type": "string" }, { "allow_none": true, "default": null, "enum": [ "auto", "flex-start", "flex-end", "center", "baseline", "stretch", "inherit", "initial", "unset" ], "help": "The align-self CSS attribute.", "name": "align_self", "type": "string" }, { "allow_none": true, "default": null, "help": "The border bottom CSS attribute.", "name": "border_bottom", "type": "string" }, { "allow_none": true, "default": null, "help": "The border left CSS attribute.", "name": "border_left", "type": "string" }, { "allow_none": true, "default": null, "help": "The border right CSS attribute.", "name": "border_right", "type": "string" }, { "allow_none": true, "default": null, "help": "The border top CSS attribute.", "name": "border_top", "type": "string" }, { "allow_none": true, "default": null, "help": "The bottom CSS attribute.", "name": "bottom", "type": "string" }, { "allow_none": true, "default": null, "help": "The display CSS attribute.", "name": "display", "type": "string" }, { "allow_none": true, "default": null, "help": "The flex CSS attribute.", "name": "flex", "type": "string" }, { "allow_none": true, "default": null, "help": "The flex-flow CSS attribute.", "name": "flex_flow", "type": "string" }, { "allow_none": true, "default": null, "help": "The grid-area CSS attribute.", "name": "grid_area", "type": "string" }, { "allow_none": true, "default": null, "help": "The grid-auto-columns CSS attribute.", "name": "grid_auto_columns", "type": "string" }, { "allow_none": true, "default": null, "enum": [ "column", "row", "row dense", "column dense", "inherit", "initial", "unset" ], "help": "The grid-auto-flow CSS attribute.", "name": "grid_auto_flow", "type": "string" }, { "allow_none": true, "default": null, "help": "The grid-auto-rows CSS attribute.", "name": "grid_auto_rows", "type": "string" }, { "allow_none": true, "default": null, "help": "The grid-column CSS attribute.", "name": "grid_column", "type": "string" }, { "allow_none": true, "default": null, "help": "The grid-gap CSS attribute.", "name": "grid_gap", "type": "string" }, { "allow_none": true, "default": null, "help": "The grid-row CSS attribute.", "name": "grid_row", "type": "string" }, { "allow_none": true, "default": null, "help": "The grid-template-areas CSS attribute.", "name": "grid_template_areas", "type": "string" }, { "allow_none": true, "default": null, "help": "The grid-template-columns CSS attribute.", "name": "grid_template_columns", "type": "string" }, { "allow_none": true, "default": null, "help": "The grid-template-rows CSS attribute.", "name": "grid_template_rows", "type": "string" }, { "allow_none": true, "default": null, "help": "The height CSS attribute.", "name": "height", "type": "string" }, { "allow_none": true, "default": null, "enum": [ "flex-start", "flex-end", "center", "space-between", "space-around", "inherit", "initial", "unset" ], "help": "The justify-content CSS attribute.", "name": "justify_content", "type": "string" }, { "allow_none": true, "default": null, "enum": [ "flex-start", "flex-end", "center", "inherit", "initial", "unset" ], "help": "The justify-items CSS attribute.", "name": "justify_items", "type": "string" }, { "allow_none": true, "default": null, "help": "The left CSS attribute.", "name": "left", "type": "string" }, { "allow_none": true, "default": null, "help": "The margin CSS attribute.", "name": "margin", "type": "string" }, { "allow_none": true, "default": null, "help": "The max-height CSS attribute.", "name": "max_height", "type": "string" }, { "allow_none": true, "default": null, "help": "The max-width CSS attribute.", "name": "max_width", "type": "string" }, { "allow_none": true, "default": null, "help": "The min-height CSS attribute.", "name": "min_height", "type": "string" }, { "allow_none": true, "default": null, "help": "The min-width CSS attribute.", "name": "min_width", "type": "string" }, { "allow_none": true, "default": null, "enum": ["contain", "cover", "fill", "scale-down", "none"], "help": "The object-fit CSS attribute.", "name": "object_fit", "type": "string" }, { "allow_none": true, "default": null, "help": "The object-position CSS attribute.", "name": "object_position", "type": "string" }, { "allow_none": true, "default": null, "help": "The order CSS attribute.", "name": "order", "type": "string" }, { "allow_none": true, "default": null, "help": "The overflow CSS attribute.", "name": "overflow", "type": "string" }, { "allow_none": true, "default": null, "help": "The padding CSS attribute.", "name": "padding", "type": "string" }, { "allow_none": true, "default": null, "help": "The right CSS attribute.", "name": "right", "type": "string" }, { "allow_none": true, "default": null, "help": "The top CSS attribute.", "name": "top", "type": "string" }, { "allow_none": true, "default": null, "enum": ["visible", "hidden", "inherit", "initial", "unset"], "help": "The visibility CSS attribute.", "name": "visibility", "type": "string" }, { "allow_none": true, "default": null, "help": "The width CSS attribute.", "name": "width", "type": "string" } ], "model": { "module": "@jupyter-widgets/base", "name": "LayoutModel", "version": "2.0.0" }, "view": { "module": "@jupyter-widgets/base", "name": "LayoutView", "version": "2.0.0" } }, { "attributes": [ { "default": [], "help": "CSS classes applied to widget DOM element", "items": { "type": "string" }, "name": "_dom_classes", "type": "array" }, { "default": "@jupyter-widgets/controls", "help": "", "name": "_model_module", "type": "string" }, { "default": "2.0.0", "help": "", "name": "_model_module_version", "type": "string" }, { "default": "AccordionModel", "help": "", "name": "_model_name", "type": "string" }, { "default": "@jupyter-widgets/controls", "help": "", "name": "_view_module", "type": "string" }, { "default": "2.0.0", "help": "", "name": "_view_module_version", "type": "string" }, { "default": "AccordionView", "help": "", "name": "_view_name", "type": "string" }, { "default": "", "enum": ["success", "info", "warning", "danger", ""], "help": "Use a predefined styling for the box.", "name": "box_style", "type": "string" }, { "default": [], "help": "List of widget children", "items": { "type": "reference", "widget": "Widget" }, "name": "children", "type": "array" }, { "default": "reference to new instance", "help": "", "name": "layout", "type": "reference", "widget": "Layout" }, { "allow_none": true, "default": null, "help": "The index of the selected page. This is either an integer selecting a particular sub-widget, or None to have no widgets selected.", "name": "selected_index", "type": "int" }, { "allow_none": true, "default": null, "help": "Is widget tabbable?", "name": "tabbable", "type": "bool" }, { "default": [], "help": "Titles of the pages", "items": { "type": "string" }, "name": "titles", "type": "array" }, { "allow_none": true, "default": null, "help": "A tooltip caption.", "name": "tooltip", "type": "string" } ], "model": { "module": "@jupyter-widgets/controls", "name": "AccordionModel", "version": "2.0.0" }, "view": { "module": "@jupyter-widgets/controls", "name": "AccordionView", "version": "2.0.0" } }, { "attributes": [ { "default": [], "help": "CSS classes applied to widget DOM element", "items": { "type": "string" }, "name": "_dom_classes", "type": "array" }, { "default": "@jupyter-widgets/controls", "help": "", "name": "_model_module", "type": "string" }, { "default": "2.0.0", "help": "", "name": "_model_module_version", "type": "string" }, { "default": "AudioModel", "help": "", "name": "_model_name", "type": "string" }, { "default": "@jupyter-widgets/controls", "help": "", "name": "_view_module", "type": "string" }, { "default": "2.0.0", "help": "", "name": "_view_module_version", "type": "string" }, { "default": "AudioView", "help": "", "name": "_view_name", "type": "string" }, { "default": true, "help": "When true, the audio starts when it's displayed", "name": "autoplay", "type": "bool" }, { "default": true, "help": "Specifies that audio controls should be displayed (such as a play/pause button etc)", "name": "controls", "type": "bool" }, { "default": "mp3", "help": "The format of the audio.", "name": "format", "type": "string" }, { "default": "reference to new instance", "help": "", "name": "layout", "type": "reference", "widget": "Layout" }, { "default": true, "help": "When true, the audio will start from the beginning after finishing", "name": "loop", "type": "bool" }, { "allow_none": true, "default": null, "help": "Is widget tabbable?", "name": "tabbable", "type": "bool" }, { "allow_none": true, "default": null, "help": "A tooltip caption.", "name": "tooltip", "type": "string" }, { "default": "b''", "help": "The media data as a memory view of bytes.", "name": "value", "type": "bytes" } ], "model": { "module": "@jupyter-widgets/controls", "name": "AudioModel", "version": "2.0.0" }, "view": { "module": "@jupyter-widgets/controls", "name": "AudioView", "version": "2.0.0" } }, { "attributes": [ { "default": [], "help": "CSS classes applied to widget DOM element", "items": { "type": "string" }, "name": "_dom_classes", "type": "array" }, { "default": "@jupyter-widgets/controls", "help": "", "name": "_model_module", "type": "string" }, { "default": "2.0.0", "help": "", "name": "_model_module_version", "type": "string" }, { "default": "BoundedFloatTextModel", "help": "", "name": "_model_name", "type": "string" }, { "default": "@jupyter-widgets/controls", "help": "", "name": "_view_module", "type": "string" }, { "default": "2.0.0", "help": "", "name": "_view_module_version", "type": "string" }, { "default": "FloatTextView", "help": "", "name": "_view_name", "type": "string" }, { "default": false, "help": "Update the value as the user types. If False, update on submission, e.g., pressing Enter or navigating away.", "name": "continuous_update", "type": "bool" }, { "default": "", "help": "Description of the control.", "name": "description", "type": "string" }, { "default": false, "help": "Accept HTML in the description.", "name": "description_allow_html", "type": "bool" }, { "default": false, "help": "Enable or disable user changes", "name": "disabled", "type": "bool" }, { "default": "reference to new instance", "help": "", "name": "layout", "type": "reference", "widget": "Layout" }, { "default": 100.0, "help": "Max value", "name": "max", "type": "float" }, { "default": 0.0, "help": "Min value", "name": "min", "type": "float" }, { "allow_none": true, "default": null, "help": "Minimum step to increment the value", "name": "step", "type": "float" }, { "default": "reference to new instance", "help": "Styling customizations", "name": "style", "type": "reference", "widget": "DescriptionStyle" }, { "allow_none": true, "default": null, "help": "Is widget tabbable?", "name": "tabbable", "type": "bool" }, { "allow_none": true, "default": null, "help": "A tooltip caption.", "name": "tooltip", "type": "string" }, { "default": 0.0, "help": "Float value", "name": "value", "type": "float" } ], "model": { "module": "@jupyter-widgets/controls", "name": "BoundedFloatTextModel", "version": "2.0.0" }, "view": { "module": "@jupyter-widgets/controls", "name": "FloatTextView", "version": "2.0.0" } }, { "attributes": [ { "default": [], "help": "CSS classes applied to widget DOM element", "items": { "type": "string" }, "name": "_dom_classes", "type": "array" }, { "default": "@jupyter-widgets/controls", "help": "", "name": "_model_module", "type": "string" }, { "default": "2.0.0", "help": "", "name": "_model_module_version", "type": "string" }, { "default": "BoundedIntTextModel", "help": "", "name": "_model_name", "type": "string" }, { "default": "@jupyter-widgets/controls", "help": "", "name": "_view_module", "type": "string" }, { "default": "2.0.0", "help": "", "name": "_view_module_version", "type": "string" }, { "default": "IntTextView", "help": "", "name": "_view_name", "type": "string" }, { "default": false, "help": "Update the value as the user types. If False, update on submission, e.g., pressing Enter or navigating away.", "name": "continuous_update", "type": "bool" }, { "default": "", "help": "Description of the control.", "name": "description", "type": "string" }, { "default": false, "help": "Accept HTML in the description.", "name": "description_allow_html", "type": "bool" }, { "default": false, "help": "Enable or disable user changes", "name": "disabled", "type": "bool" }, { "default": "reference to new instance", "help": "", "name": "layout", "type": "reference", "widget": "Layout" }, { "default": 100, "help": "Max value", "name": "max", "type": "int" }, { "default": 0, "help": "Min value", "name": "min", "type": "int" }, { "default": 1, "help": "Minimum step to increment the value", "name": "step", "type": "int" }, { "default": "reference to new instance", "help": "Styling customizations", "name": "style", "type": "reference", "widget": "DescriptionStyle" }, { "allow_none": true, "default": null, "help": "Is widget tabbable?", "name": "tabbable", "type": "bool" }, { "allow_none": true, "default": null, "help": "A tooltip caption.", "name": "tooltip", "type": "string" }, { "default": 0, "help": "Int value", "name": "value", "type": "int" } ], "model": { "module": "@jupyter-widgets/controls", "name": "BoundedIntTextModel", "version": "2.0.0" }, "view": { "module": "@jupyter-widgets/controls", "name": "IntTextView", "version": "2.0.0" } }, { "attributes": [ { "default": [], "help": "CSS classes applied to widget DOM element", "items": { "type": "string" }, "name": "_dom_classes", "type": "array" }, { "default": "@jupyter-widgets/controls", "help": "", "name": "_model_module", "type": "string" }, { "default": "2.0.0", "help": "", "name": "_model_module_version", "type": "string" }, { "default": "BoxModel", "help": "", "name": "_model_name", "type": "string" }, { "default": "@jupyter-widgets/controls", "help": "", "name": "_view_module", "type": "string" }, { "default": "2.0.0", "help": "", "name": "_view_module_version", "type": "string" }, { "default": "BoxView", "help": "", "name": "_view_name", "type": "string" }, { "default": "", "enum": ["success", "info", "warning", "danger", ""], "help": "Use a predefined styling for the box.", "name": "box_style", "type": "string" }, { "default": [], "help": "List of widget children", "items": { "type": "reference", "widget": "Widget" }, "name": "children", "type": "array" }, { "default": "reference to new instance", "help": "", "name": "layout", "type": "reference", "widget": "Layout" }, { "allow_none": true, "default": null, "help": "Is widget tabbable?", "name": "tabbable", "type": "bool" }, { "allow_none": true, "default": null, "help": "A tooltip caption.", "name": "tooltip", "type": "string" } ], "model": { "module": "@jupyter-widgets/controls", "name": "BoxModel", "version": "2.0.0" }, "view": { "module": "@jupyter-widgets/controls", "name": "BoxView", "version": "2.0.0" } }, { "attributes": [ { "default": [], "help": "CSS classes applied to widget DOM element", "items": { "type": "string" }, "name": "_dom_classes", "type": "array" }, { "default": "@jupyter-widgets/controls", "help": "", "name": "_model_module", "type": "string" }, { "default": "2.0.0", "help": "", "name": "_model_module_version", "type": "string" }, { "default": "ButtonModel", "help": "", "name": "_model_name", "type": "string" }, { "default": "@jupyter-widgets/controls", "help": "", "name": "_view_module", "type": "string" }, { "default": "2.0.0", "help": "", "name": "_view_module_version", "type": "string" }, { "default": "ButtonView", "help": "", "name": "_view_name", "type": "string" }, { "default": "", "enum": ["primary", "success", "info", "warning", "danger", ""], "help": "Use a predefined styling for the button.", "name": "button_style", "type": "string" }, { "default": "", "help": "Button label.", "name": "description", "type": "string" }, { "default": false, "help": "Enable or disable user changes.", "name": "disabled", "type": "bool" }, { "default": "", "help": "Font-awesome icon names, without the 'fa-' prefix.", "name": "icon", "type": "string" }, { "default": "reference to new instance", "help": "", "name": "layout", "type": "reference", "widget": "Layout" }, { "default": "reference to new instance", "help": "", "name": "style", "type": "reference", "widget": "ButtonStyle" }, { "allow_none": true, "default": null, "help": "Is widget tabbable?", "name": "tabbable", "type": "bool" }, { "allow_none": true, "default": null, "help": "A tooltip caption.", "name": "tooltip", "type": "string" } ], "model": { "module": "@jupyter-widgets/controls", "name": "ButtonModel", "version": "2.0.0" }, "view": { "module": "@jupyter-widgets/controls", "name": "ButtonView", "version": "2.0.0" } }, { "attributes": [ { "default": "@jupyter-widgets/controls", "help": "", "name": "_model_module", "type": "string" }, { "default": "2.0.0", "help": "", "name": "_model_module_version", "type": "string" }, { "default": "ButtonStyleModel", "help": "", "name": "_model_name", "type": "string" }, { "default": "@jupyter-widgets/base", "help": "", "name": "_view_module", "type": "string" }, { "default": "2.0.0", "help": "", "name": "_view_module_version", "type": "string" }, { "default": "StyleView", "help": "", "name": "_view_name", "type": "string" }, { "allow_none": true, "default": null, "help": "Color of the button", "name": "button_color", "type": "string" }, { "allow_none": true, "default": null, "help": "Button text font family.", "name": "font_family", "type": "string" }, { "allow_none": true, "default": null, "help": "Button text font size.", "name": "font_size", "type": "string" }, { "allow_none": true, "default": null, "help": "Button text font style.", "name": "font_style", "type": "string" }, { "allow_none": true, "default": null, "help": "Button text font variant.", "name": "font_variant", "type": "string" }, { "allow_none": true, "default": null, "help": "Button text font weight.", "name": "font_weight", "type": "string" }, { "allow_none": true, "default": null, "help": "Button text color.", "name": "text_color", "type": "string" }, { "allow_none": true, "default": null, "help": "Button text decoration.", "name": "text_decoration", "type": "string" } ], "model": { "module": "@jupyter-widgets/controls", "name": "ButtonStyleModel", "version": "2.0.0" }, "view": { "module": "@jupyter-widgets/base", "name": "StyleView", "version": "2.0.0" } }, { "attributes": [ { "default": [], "help": "CSS classes applied to widget DOM element", "items": { "type": "string" }, "name": "_dom_classes", "type": "array" }, { "default": "@jupyter-widgets/controls", "help": "", "name": "_model_module", "type": "string" }, { "default": "2.0.0", "help": "", "name": "_model_module_version", "type": "string" }, { "default": "CheckboxModel", "help": "", "name": "_model_name", "type": "string" }, { "default": "@jupyter-widgets/controls", "help": "", "name": "_view_module", "type": "string" }, { "default": "2.0.0", "help": "", "name": "_view_module_version", "type": "string" }, { "default": "CheckboxView", "help": "", "name": "_view_name", "type": "string" }, { "default": "", "help": "Description of the control.", "name": "description", "type": "string" }, { "default": false, "help": "Accept HTML in the description.", "name": "description_allow_html", "type": "bool" }, { "default": false, "help": "Enable or disable user changes.", "name": "disabled", "type": "bool" }, { "default": true, "help": "Indent the control to align with other controls with a description.", "name": "indent", "type": "bool" }, { "default": "reference to new instance", "help": "", "name": "layout", "type": "reference", "widget": "Layout" }, { "default": "reference to new instance", "help": "Styling customizations", "name": "style", "type": "reference", "widget": "CheckboxStyle" }, { "allow_none": true, "default": null, "help": "Is widget tabbable?", "name": "tabbable", "type": "bool" }, { "allow_none": true, "default": null, "help": "A tooltip caption.", "name": "tooltip", "type": "string" }, { "default": false, "help": "Bool value", "name": "value", "type": "bool" } ], "model": { "module": "@jupyter-widgets/controls", "name": "CheckboxModel", "version": "2.0.0" }, "view": { "module": "@jupyter-widgets/controls", "name": "CheckboxView", "version": "2.0.0" } }, { "attributes": [ { "default": "@jupyter-widgets/controls", "help": "", "name": "_model_module", "type": "string" }, { "default": "2.0.0", "help": "", "name": "_model_module_version", "type": "string" }, { "default": "CheckboxStyleModel", "help": "", "name": "_model_name", "type": "string" }, { "default": "@jupyter-widgets/base", "help": "", "name": "_view_module", "type": "string" }, { "default": "2.0.0", "help": "", "name": "_view_module_version", "type": "string" }, { "default": "StyleView", "help": "", "name": "_view_name", "type": "string" }, { "allow_none": true, "default": null, "help": "Background specifications.", "name": "background", "type": "string" }, { "default": "", "help": "Width of the description to the side of the control.", "name": "description_width", "type": "string" } ], "model": { "module": "@jupyter-widgets/controls", "name": "CheckboxStyleModel", "version": "2.0.0" }, "view": { "module": "@jupyter-widgets/base", "name": "StyleView", "version": "2.0.0" } }, { "attributes": [ { "default": [], "help": "CSS classes applied to widget DOM element", "items": { "type": "string" }, "name": "_dom_classes", "type": "array" }, { "default": "@jupyter-widgets/controls", "help": "", "name": "_model_module", "type": "string" }, { "default": "2.0.0", "help": "", "name": "_model_module_version", "type": "string" }, { "default": "ColorPickerModel", "help": "", "name": "_model_name", "type": "string" }, { "default": "@jupyter-widgets/controls", "help": "", "name": "_view_module", "type": "string" }, { "default": "2.0.0", "help": "", "name": "_view_module_version", "type": "string" }, { "default": "ColorPickerView", "help": "", "name": "_view_name", "type": "string" }, { "default": false, "help": "Display short version with just a color selector.", "name": "concise", "type": "bool" }, { "default": "", "help": "Description of the control.", "name": "description", "type": "string" }, { "default": false, "help": "Accept HTML in the description.", "name": "description_allow_html", "type": "bool" }, { "default": false, "help": "Enable or disable user changes.", "name": "disabled", "type": "bool" }, { "default": "reference to new instance", "help": "", "name": "layout", "type": "reference", "widget": "Layout" }, { "default": "reference to new instance", "help": "Styling customizations", "name": "style", "type": "reference", "widget": "DescriptionStyle" }, { "allow_none": true, "default": null, "help": "Is widget tabbable?", "name": "tabbable", "type": "bool" }, { "allow_none": true, "default": null, "help": "A tooltip caption.", "name": "tooltip", "type": "string" }, { "default": "black", "help": "The color value.", "name": "value", "type": "string" } ], "model": { "module": "@jupyter-widgets/controls", "name": "ColorPickerModel", "version": "2.0.0" }, "view": { "module": "@jupyter-widgets/controls", "name": "ColorPickerView", "version": "2.0.0" } }, { "attributes": [ { "default": [], "help": "CSS classes applied to widget DOM element", "items": { "type": "string" }, "name": "_dom_classes", "type": "array" }, { "default": "@jupyter-widgets/controls", "help": "", "name": "_model_module", "type": "string" }, { "default": "2.0.0", "help": "", "name": "_model_module_version", "type": "string" }, { "default": "ColorsInputModel", "help": "", "name": "_model_name", "type": "string" }, { "default": "@jupyter-widgets/controls", "help": "", "name": "_view_module", "type": "string" }, { "default": "2.0.0", "help": "", "name": "_view_module_version", "type": "string" }, { "default": "ColorsInputView", "help": "", "name": "_view_name", "type": "string" }, { "default": true, "help": "", "name": "allow_duplicates", "type": "bool" }, { "default": [], "help": "", "name": "allowed_tags", "type": "array" }, { "default": "", "help": "Description of the control.", "name": "description", "type": "string" }, { "default": false, "help": "Accept HTML in the description.", "name": "description_allow_html", "type": "bool" }, { "default": "reference to new instance", "help": "", "name": "layout", "type": "reference", "widget": "Layout" }, { "default": "\u200b", "help": "", "name": "placeholder", "type": "string" }, { "default": "reference to new instance", "help": "Styling customizations", "name": "style", "type": "reference", "widget": "DescriptionStyle" }, { "allow_none": true, "default": null, "help": "Is widget tabbable?", "name": "tabbable", "type": "bool" }, { "allow_none": true, "default": null, "help": "A tooltip caption.", "name": "tooltip", "type": "string" }, { "default": [], "help": "List of string tags", "name": "value", "type": "array" } ], "model": { "module": "@jupyter-widgets/controls", "name": "ColorsInputModel", "version": "2.0.0" }, "view": { "module": "@jupyter-widgets/controls", "name": "ColorsInputView", "version": "2.0.0" } }, { "attributes": [ { "default": [], "help": "CSS classes applied to widget DOM element", "items": { "type": "string" }, "name": "_dom_classes", "type": "array" }, { "default": "@jupyter-widgets/controls", "help": "", "name": "_model_module", "type": "string" }, { "default": "2.0.0", "help": "", "name": "_model_module_version", "type": "string" }, { "default": "ComboboxModel", "help": "", "name": "_model_name", "type": "string" }, { "default": "@jupyter-widgets/controls", "help": "", "name": "_view_module", "type": "string" }, { "default": "2.0.0", "help": "", "name": "_view_module_version", "type": "string" }, { "default": "ComboboxView", "help": "", "name": "_view_name", "type": "string" }, { "default": true, "help": "Update the value as the user types. If False, update on submission, e.g., pressing Enter or navigating away.", "name": "continuous_update", "type": "bool" }, { "default": "", "help": "Description of the control.", "name": "description", "type": "string" }, { "default": false, "help": "Accept HTML in the description.", "name": "description_allow_html", "type": "bool" }, { "default": false, "help": "Enable or disable user changes", "name": "disabled", "type": "bool" }, { "default": false, "help": "If set, ensure value is in options. Implies continuous_update=False.", "name": "ensure_option", "type": "bool" }, { "default": "reference to new instance", "help": "", "name": "layout", "type": "reference", "widget": "Layout" }, { "default": [], "help": "Dropdown options for the combobox", "items": { "type": "string" }, "name": "options", "type": "array" }, { "default": "\u200b", "help": "Placeholder text to display when nothing has been typed", "name": "placeholder", "type": "string" }, { "default": "reference to new instance", "help": "", "name": "style", "type": "reference", "widget": "TextStyle" }, { "allow_none": true, "default": null, "help": "Is widget tabbable?", "name": "tabbable", "type": "bool" }, { "allow_none": true, "default": null, "help": "A tooltip caption.", "name": "tooltip", "type": "string" }, { "default": "", "help": "String value", "name": "value", "type": "string" } ], "model": { "module": "@jupyter-widgets/controls", "name": "ComboboxModel", "version": "2.0.0" }, "view": { "module": "@jupyter-widgets/controls", "name": "ComboboxView", "version": "2.0.0" } }, { "attributes": [ { "default": [], "help": "CSS classes applied to widget DOM element", "items": { "type": "string" }, "name": "_dom_classes", "type": "array" }, { "default": "@jupyter-widgets/controls", "help": "", "name": "_model_module", "type": "string" }, { "default": "2.0.0", "help": "", "name": "_model_module_version", "type": "string" }, { "default": "ControllerAxisModel", "help": "", "name": "_model_name", "type": "string" }, { "default": "@jupyter-widgets/controls", "help": "", "name": "_view_module", "type": "string" }, { "default": "2.0.0", "help": "", "name": "_view_module_version", "type": "string" }, { "default": "ControllerAxisView", "help": "", "name": "_view_name", "type": "string" }, { "default": "reference to new instance", "help": "", "name": "layout", "type": "reference", "widget": "Layout" }, { "allow_none": true, "default": null, "help": "Is widget tabbable?", "name": "tabbable", "type": "bool" }, { "allow_none": true, "default": null, "help": "A tooltip caption.", "name": "tooltip", "type": "string" }, { "default": 0.0, "help": "The value of the axis.", "name": "value", "type": "float" } ], "model": { "module": "@jupyter-widgets/controls", "name": "ControllerAxisModel", "version": "2.0.0" }, "view": { "module": "@jupyter-widgets/controls", "name": "ControllerAxisView", "version": "2.0.0" } }, { "attributes": [ { "default": [], "help": "CSS classes applied to widget DOM element", "items": { "type": "string" }, "name": "_dom_classes", "type": "array" }, { "default": "@jupyter-widgets/controls", "help": "", "name": "_model_module", "type": "string" }, { "default": "2.0.0", "help": "", "name": "_model_module_version", "type": "string" }, { "default": "ControllerButtonModel", "help": "", "name": "_model_name", "type": "string" }, { "default": "@jupyter-widgets/controls", "help": "", "name": "_view_module", "type": "string" }, { "default": "2.0.0", "help": "", "name": "_view_module_version", "type": "string" }, { "default": "ControllerButtonView", "help": "", "name": "_view_name", "type": "string" }, { "default": "reference to new instance", "help": "", "name": "layout", "type": "reference", "widget": "Layout" }, { "default": false, "help": "Whether the button is pressed.", "name": "pressed", "type": "bool" }, { "allow_none": true, "default": null, "help": "Is widget tabbable?", "name": "tabbable", "type": "bool" }, { "allow_none": true, "default": null, "help": "A tooltip caption.", "name": "tooltip", "type": "string" }, { "default": 0.0, "help": "The value of the button.", "name": "value", "type": "float" } ], "model": { "module": "@jupyter-widgets/controls", "name": "ControllerButtonModel", "version": "2.0.0" }, "view": { "module": "@jupyter-widgets/controls", "name": "ControllerButtonView", "version": "2.0.0" } }, { "attributes": [ { "default": [], "help": "CSS classes applied to widget DOM element", "items": { "type": "string" }, "name": "_dom_classes", "type": "array" }, { "default": "@jupyter-widgets/controls", "help": "", "name": "_model_module", "type": "string" }, { "default": "2.0.0", "help": "", "name": "_model_module_version", "type": "string" }, { "default": "ControllerModel", "help": "", "name": "_model_name", "type": "string" }, { "default": "@jupyter-widgets/controls", "help": "", "name": "_view_module", "type": "string" }, { "default": "2.0.0", "help": "", "name": "_view_module_version", "type": "string" }, { "default": "ControllerView", "help": "", "name": "_view_name", "type": "string" }, { "default": [], "help": "The axes on the gamepad.", "items": { "type": "reference", "widget": "Axis" }, "name": "axes", "type": "array" }, { "default": [], "help": "The buttons on the gamepad.", "items": { "type": "reference", "widget": "Button" }, "name": "buttons", "type": "array" }, { "default": false, "help": "Whether the gamepad is connected.", "name": "connected", "type": "bool" }, { "default": 0, "help": "The id number of the controller.", "name": "index", "type": "int" }, { "default": "reference to new instance", "help": "", "name": "layout", "type": "reference", "widget": "Layout" }, { "default": "", "help": "The name of the control mapping.", "name": "mapping", "type": "string" }, { "default": "", "help": "The name of the controller.", "name": "name", "type": "string" }, { "allow_none": true, "default": null, "help": "Is widget tabbable?", "name": "tabbable", "type": "bool" }, { "default": 0.0, "help": "The last time the data from this gamepad was updated.", "name": "timestamp", "type": "float" }, { "allow_none": true, "default": null, "help": "A tooltip caption.", "name": "tooltip", "type": "string" } ], "model": { "module": "@jupyter-widgets/controls", "name": "ControllerModel", "version": "2.0.0" }, "view": { "module": "@jupyter-widgets/controls", "name": "ControllerView", "version": "2.0.0" } }, { "attributes": [ { "default": [], "help": "CSS classes applied to widget DOM element", "items": { "type": "string" }, "name": "_dom_classes", "type": "array" }, { "default": "@jupyter-widgets/controls", "help": "", "name": "_model_module", "type": "string" }, { "default": "2.0.0", "help": "", "name": "_model_module_version", "type": "string" }, { "default": "DOMWidgetModel", "help": "", "name": "_model_name", "type": "string" }, { "default": "@jupyter-widgets/controls", "help": "", "name": "_view_module", "type": "string" }, { "default": "2.0.0", "help": "", "name": "_view_module_version", "type": "string" }, { "allow_none": true, "default": null, "help": "Name of the view.", "name": "_view_name", "type": "string" }, { "default": "reference to new instance", "help": "", "name": "layout", "type": "reference", "widget": "Layout" }, { "allow_none": true, "default": null, "help": "Is widget tabbable?", "name": "tabbable", "type": "bool" }, { "allow_none": true, "default": null, "help": "A tooltip caption.", "name": "tooltip", "type": "string" }, { "default": "b''", "help": "The media data as a memory view of bytes.", "name": "value", "type": "bytes" } ], "model": { "module": "@jupyter-widgets/controls", "name": "DOMWidgetModel", "version": "2.0.0" }, "view": { "module": "@jupyter-widge