Skip to content

Commit c02ee22

Browse files
committed
Move Voila to a separate folder, clean up unused files, fix index content
Signed-off-by: Itay Dafna <[email protected]>
1 parent 60fef0b commit c02ee22

File tree

10 files changed

+4
-23752
lines changed

10 files changed

+4
-23752
lines changed

notebooks/00.00-index.ipynb

Lines changed: 1 addition & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -19,47 +19,7 @@
1919
"\n",
2020
"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",
2121
"\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"
6323
]
6424
},
6525
{

notebooks/08.00-voila.ipynb renamed to notebooks/08.Voila/08.00-voila.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"name": "python",
4343
"nbconvert_exporter": "python",
4444
"pygments_lexer": "ipython3",
45-
"version": "3.7.3"
45+
"version": "3.8.10"
4646
}
4747
},
4848
"nbformat": 4,

notebooks/08.01-voila-basics.ipynb renamed to notebooks/08.Voila/08.01-voila-basics.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"name": "python",
9393
"nbconvert_exporter": "python",
9494
"pygments_lexer": "ipython3",
95-
"version": "3.8.3"
95+
"version": "3.8.10"
9696
},
9797
"widgets": {
9898
"application/vnd.jupyter.widget-state+json": {

notebooks/08.02-voila-vuetify.ipynb renamed to notebooks/08.Voila/08.02-voila-vuetify.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189
"name": "python",
190190
"nbconvert_exporter": "python",
191191
"pygments_lexer": "ipython3",
192-
"version": "3.8.3"
192+
"version": "3.8.10"
193193
}
194194
},
195195
"nbformat": 4,

notebooks/_version_compatibility_checks/README.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

notebooks/_version_compatibility_checks/bqplot-trial.ipynb

Lines changed: 0 additions & 81 deletions
This file was deleted.

notebooks/_version_compatibility_checks/europe_110.geo.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)