From b6b3051e0b89c1086ea79327d3e957af7da957fd Mon Sep 17 00:00:00 2001 From: "FeRD (Frank Dana)" Date: Thu, 29 Jun 2023 18:41:56 -0400 Subject: [PATCH] Revert "Add note on removal of mapping types in documentation" This reverts commit 5a7307413a0d432af0b6aaa773ee3372178bf504. --- docs/source/examples/Widget List.ipynb | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/docs/source/examples/Widget List.ipynb b/docs/source/examples/Widget List.ipynb index 2a3178bbc7..aec4d832d9 100644 --- a/docs/source/examples/Widget List.ipynb +++ b/docs/source/examples/Widget List.ipynb @@ -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", - "
\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", - "
" + "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`)." ] }, {