##// END OF EJS Templates
Update example notebook
Jonathan Frederic -
Show More
@@ -183,7 +183,7 b''
183 "cell_type": "markdown",
183 "cell_type": "markdown",
184 "metadata": {},
184 "metadata": {},
185 "source": [
185 "source": [
186 "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**."
186 "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`**."
187 ]
187 ]
188 },
188 },
189 {
189 {
@@ -753,7 +753,7 b''
753 ]
753 ]
754 ],
754 ],
755 "kernelspec": {
755 "kernelspec": {
756 "display_name": "Python 2",
756 "display_name": "IPython (Python 2)",
757 "name": "python2"
757 "name": "python2"
758 },
758 },
759 "language_info": {
759 "language_info": {
@@ -766,9 +766,8 b''
766 "name": "python",
766 "name": "python",
767 "nbconvert_exporter": "python",
767 "nbconvert_exporter": "python",
768 "pygments_lexer": "ipython2",
768 "pygments_lexer": "ipython2",
769 "version": "2.7.8"
769 "version": "2.7.6"
770 },
770 }
771 "signature": "sha256:198630bf2c2eb00401b60a395ebc75049099864b62f0faaf416da02f9808c40b"
772 },
771 },
773 "nbformat": 4,
772 "nbformat": 4,
774 "nbformat_minor": 0
773 "nbformat_minor": 0
General Comments 0
You need to be logged in to leave comments. Login now