Skip to content

Commit

Permalink
Merge pull request #3793 from ferdnyc/mappings-work-again
Browse files Browse the repository at this point in the history
Docs: Remove the note about mappings not working with selection widgets.
  • Loading branch information
martinRenou authored Jul 31, 2023
2 parents 6db437c + b6b3051 commit 06ed868
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions docs/source/examples/Widget List.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -482,13 +482,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"There are several widgets that can be used to display single selection lists, and two that can be used to select multiple values. All inherit from the same base class. You can specify the **enumeration of selectable options by passing a list** (options are either (label, value) pairs, or simply values for which the labels are derived by calling `str`).\n",
"\n",
"<div class=\"alert alert-info\">\n",
"Changes in *ipywidgets 8*:\n",
" \n",
"Selection widgets no longer accept a dictionary of options. Pass a list of key-value pairs instead.\n",
"</div>"
"There are several widgets that can be used to display single selection lists, and two that can be used to select multiple values. All inherit from the same base class. You can specify the **enumeration of selectable options by passing a list** (options are either (label, value) pairs, or simply values for which the labels are derived by calling `str`)."
]
},
{
Expand Down

0 comments on commit 06ed868

Please sign in to comment.