Update example notebook

Jonathan Frederic 11 years ago
parent 47c12abbf3
commit 5a6ad22eac

@ -183,7 +183,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"If you need to display a more complicated set of widgets, there are **specialized containers** that you can use. To display **multiple sets of widgets**, you can use an **`Accordion` or a `Tab` in combination with one `Box` per set of widgets** (as seen below). The \"pages\" of these widgets are their children. To set the titles of the pages, one must **call `set_title` after the widget has been displayed**."
"If you need to display a more complicated set of widgets, there are **specialized containers** that you can use. To display **multiple sets of widgets**, you can use an **`Accordion` or a `Tab` in combination with one `Box` per set of widgets** (as seen below). The \"pages\" of these widgets are their children. To set the titles of the pages, one can **call `set_title`**."
]
},
{
@ -753,7 +753,7 @@
]
],
"kernelspec": {
"display_name": "Python 2",
"display_name": "IPython (Python 2)",
"name": "python2"
},
"language_info": {
@ -766,9 +766,8 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.8"
},
"signature": "sha256:198630bf2c2eb00401b60a395ebc75049099864b62f0faaf416da02f9808c40b"
"version": "2.7.6"
}
},
"nbformat": 4,
"nbformat_minor": 0

Loading…
Cancel
Save