|
19 | 19 | "\n",
|
20 | 20 | "This tutorial will introduce you to the widgets in the Jupyter Notebook, walk through a few approaches to writing widgets, and introduce some relatively new widget packages.\n",
|
21 | 21 | "\n",
|
22 |
| - "We are using ipywidgets 7.5 and Jupyter Lab 2.1" |
23 |
| - ] |
24 |
| - }, |
25 |
| - { |
26 |
| - "cell_type": "markdown", |
27 |
| - "metadata": {}, |
28 |
| - "source": [ |
29 |
| - "00. [Introduction](00.00-introduction.ipynb)\n", |
30 |
| - "01. [Overview](01.00-overview.ipynb)\n", |
31 |
| - "02. [Widgets without writing widgets: interact](02.00-Using-Interact.ipynb)\n", |
32 |
| - " 01. [*OPTIONAL* Interact Exercises](02.01-OPTIONAL-More-About-Interact.ipynb)\n", |
33 |
| - "03. [Simple Widget Introduction](03.00-Widget_Basics.ipynb)\n", |
34 |
| - "04. [Widgets in the core ipywidgets package](04.00-widget-list.ipynb)\n", |
35 |
| - " 02. [Output widgets: leveraging Jupyter's display system](04.01-more-on-output-widget.ipynb)\n", |
36 |
| - "05. [Widget Events](05.00-Widget_Events.ipynb)\n", |
37 |
| - " 01. [*OPTIONAL* Three approaches to events](05.01-OPTIONAL-Widget_Events_2.ipynb)\n", |
38 |
| - " 02. [*OPTIONAL* Password generator: `observe`](05.02-OPTIONAL-Widget_Events_2_--_bad_password_generator,_version_1.ipynb)\n", |
39 |
| - " 03. [*OPTIONAL* Separating the logic from the widgets](05.03-OPTIONAL-Widget_Events_2_--_Separating_Concerns.ipynb)\n", |
40 |
| - " 04. [*OPTIONAL* Separating the logic using classes](05.04-OPTIONAL-Widget_Events_2--Separating_concerns,_object_oriented.ipynb)\n", |
41 |
| - "06. [Layout and Styling of Jupyter widgets](06.00-layout-and-styling-overview.ipynb)\n", |
42 |
| - " 01. [Layout and Styling of Jupyter widgets](06.01-widget-layout-and-styling.ipynb)\n", |
43 |
| - " 01. [Container Layout Widgets](06.01-widget-layout-and-styling.ipynb#Container-Layout-Widgets)\n", |
44 |
| - " 03. [*OPTIONAL* Widget label styling](06.02-OPTIONAL-widget-label-styling.ipynb)\n", |
45 |
| - " 03. [*OPTIONAL* Predefined widget specific styles](06.03-OPTIONAL-widget-specific-styling.ipynb)\n", |
46 |
| - " 04. [*OPTIONAL* Container exercises](06.00-OPTIONAL-container-exercises.ipynb)\n", |
47 |
| - "07. [More widget libraries](07.00-More_widget_libraries.ipynb)\n", |
48 |
| - " 01. [ipyleaflet: Interactive maps](07.01-ipyleaflet.ipynb)\n", |
49 |
| - " 02. [pythreejs: 3D rendering in the browser](07.02-pythreejs.ipynb)\n", |
50 |
| - " 03. [bqplot: complex interactive visualizations](07.03-bqplot.ipynb)\n", |
51 |
| - " 04. [ipyvolume: 3D plotting in the notebook](07.04-ipyvolume.ipynb)\n", |
52 |
| - " 05. You can find even more [here](widgets_libraries) \n", |
53 |
| - "08. [Dashboarding with widgets](08.00-voila.ipynb)\n", |
54 |
| - " 01. [So easy, *voilà*!](08.01-voila-basics.ipynb)\n", |
55 |
| - " 02. [Deploying voilà](08.02-voila-vuetify.ipynb)" |
56 |
| - ] |
57 |
| - }, |
58 |
| - { |
59 |
| - "cell_type": "markdown", |
60 |
| - "metadata": {}, |
61 |
| - "source": [ |
62 |
| - "## [Table of widget and style properties](Table_of_widget_keys_and_style_keys.ipynb)" |
| 22 | + "We are using ipywidgets 7.6.3 and Jupyter Lab 3.0.16" |
63 | 23 | ]
|
64 | 24 | },
|
65 | 25 | {
|
|
0 commit comments