Skip to content

Commit 06ed868

Browse files
authored
Merge pull request #3793 from ferdnyc/mappings-work-again
Docs: Remove the note about mappings not working with selection widgets.
2 parents 6db437c + b6b3051 commit 06ed868

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

docs/source/examples/Widget List.ipynb

+1-7
Original file line numberDiff line numberDiff line change
@@ -482,13 +482,7 @@
482482
"cell_type": "markdown",
483483
"metadata": {},
484484
"source": [
485-
"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",
486-
"\n",
487-
"<div class=\"alert alert-info\">\n",
488-
"Changes in *ipywidgets 8*:\n",
489-
" \n",
490-
"Selection widgets no longer accept a dictionary of options. Pass a list of key-value pairs instead.\n",
491-
"</div>"
485+
"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`)."
492486
]
493487
},
494488
{

0 commit comments

Comments
 (0)