Skip to main content

Extensions to the Jupyter Widgets in the `ipywidgets` package.

Project description

Jupyter Widgets - Extended

This package contains widget extensions to the standard ipywidgets package. The intent is to not produce completely new widgets, but rather extend the widgets already in ipywidgets with more possibilities and options.

Current extended widgets

Dropdown

The dropdown widget has been extended to include the possibility of:

  • disabling options; and
  • grouping the options.

Disabling

This can be done via the disabled_options traitlet, which must be a list of option labels. If an option label is included in the disabled_options list traitlet, it will be "grayed out", i.e., disabled (but still visible) in the dropdown widget.

Grouping

Using the grouping parameter instead of the options parameter, options can be grouped as desired. The format is similar to the value for options, but each grouping of options should be paired with a header, i.e., you'll the value to be an iterable of (header, options)-pairs.

One can introduce un-grouped options by passing an empty header, i.e., an empty string ("").

About

Author: Casper Welzel Andersen (email, website).
License: BSD-3-Clause and copyright (c) 2020 Casper Welzel Andersen & parts by Jupyter Development Team.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ipywidgets-extended-1.2.1.tar.gz (31.2 kB view hashes)

Uploaded Source

Built Distribution

ipywidgets_extended-1.2.1-py2.py3-none-any.whl (17.8 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page