Skip to content

Commit b6b3051

Browse files
committed
Revert "Add note on removal of mapping types in documentation"
This reverts commit 5a73074.
1 parent 311d83a commit b6b3051

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)