You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New grouping feature for DropdownExtended widget (#16).
By using the grouping parameter, one can group options with headers within the dropdown.
For more information see the example notebook.
Ensure distribution properly installs the Jupyter notebook extension (#6).
Developer updates:
Check if the installation successfully installed the Jupyter notebook extension in the CI after building the source distribution and installing it (#6).
Ensure updating disabled_options for an already initialized DropdownExtended widget updates it appropriately (#5).
The example notebook has been updated accordingly, explaining the resulting selected index in different cases.