Skip to content

Commit 758d352

Browse files
committed
Update navigation links to match new index location
1 parent 141735f commit 758d352

27 files changed

+67
-51
lines changed

notebooks/00.00-index.ipynb

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"<!--NAVIGATION-->\n",
8+
"| [Contents](00.00-index.ipynb) | [Jupyter Widgets Tutorial Introduction](00.00-introduction.ipynb) >"
9+
]
10+
},
311
{
412
"cell_type": "markdown",
513
"metadata": {},
@@ -66,6 +74,14 @@
6674
"+ Project Jupyter core developer Carol Willing ([@willingc](https://github.com/willingc)) and [Minnesota State University Moorhead](http://physics.mnstate.edu) students Andrew Block ([@ACBlock](https://github.com/ACBlock)) and Jane Glanzer ([@janeglanzer](https://github.com/janeglanzer)) provided very useful feedback on early drafts of this tutorial.\n",
6775
"+ Thanks to [Jason Grout](https://github.com/jasongrout), [Sylvain Corlay](https://github.com/SylvainCorlay) and [Maarten Breddels](https://github.com/maartenbreddels) who also contributed to these tutorial Notebooks."
6876
]
77+
},
78+
{
79+
"cell_type": "markdown",
80+
"metadata": {},
81+
"source": [
82+
"<!--NAVIGATION-->\n",
83+
"| [Contents](00.00-index.ipynb) | [Jupyter Widgets Tutorial Introduction](00.00-introduction.ipynb) >"
84+
]
6985
}
7086
],
7187
"metadata": {

notebooks/00.00-introduction.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"metadata": {},
66
"source": [
77
"<!--NAVIGATION-->\n",
8-
"| [Contents](Index.ipynb) | [Overview](01.00-overview.ipynb) >"
8+
"< [The Jupyter Interactive Widget Ecosystem](00.00-index.ipynb) | [Contents](00.00-index.ipynb) | [Overview](01.00-overview.ipynb) >"
99
]
1010
},
1111
{
@@ -259,7 +259,7 @@
259259
"metadata": {},
260260
"source": [
261261
"<!--NAVIGATION-->\n",
262-
"| [Contents](Index.ipynb) | [Overview](01.00-overview.ipynb) >"
262+
"< [The Jupyter Interactive Widget Ecosystem](00.00-index.ipynb) | [Contents](00.00-index.ipynb) | [Overview](01.00-overview.ipynb) >"
263263
]
264264
}
265265
],

notebooks/01.00-overview.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"metadata": {},
66
"source": [
77
"<!--NAVIGATION-->\n",
8-
"< [Jupyter Widgets Tutorial Introduction](00.00-introduction.ipynb) | [Contents](Index.ipynb) | [Widgets without writing widgets: interact](02.00-Using-Interact.ipynb) >"
8+
"< [Jupyter Widgets Tutorial Introduction](00.00-introduction.ipynb) | [Contents](00.00-index.ipynb) | [Widgets without writing widgets: interact](02.00-Using-Interact.ipynb) >"
99
]
1010
},
1111
{
@@ -76,7 +76,7 @@
7676
"metadata": {},
7777
"source": [
7878
"<!--NAVIGATION-->\n",
79-
"< [Jupyter Widgets Tutorial Introduction](00.00-introduction.ipynb) | [Contents](Index.ipynb) | [Widgets without writing widgets: interact](02.00-Using-Interact.ipynb) >"
79+
"< [Jupyter Widgets Tutorial Introduction](00.00-introduction.ipynb) | [Contents](00.00-index.ipynb) | [Widgets without writing widgets: interact](02.00-Using-Interact.ipynb) >"
8080
]
8181
}
8282
],

notebooks/02.00-Using-Interact.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"metadata": {},
66
"source": [
77
"<!--NAVIGATION-->\n",
8-
"< [Overview](01.00-overview.ipynb) | [Contents](Index.ipynb) | [OPTIONAL - More about interact](02.01-OPTIONAL-More-About-Interact.ipynb) >"
8+
"< [Overview](01.00-overview.ipynb) | [Contents](00.00-index.ipynb) | [OPTIONAL - More about interact](02.01-OPTIONAL-More-About-Interact.ipynb) >"
99
]
1010
},
1111
{
@@ -455,7 +455,7 @@
455455
"metadata": {},
456456
"source": [
457457
"<!--NAVIGATION-->\n",
458-
"< [Overview](01.00-overview.ipynb) | [Contents](Index.ipynb) | [OPTIONAL - More about interact](02.01-OPTIONAL-More-About-Interact.ipynb) >"
458+
"< [Overview](01.00-overview.ipynb) | [Contents](00.00-index.ipynb) | [OPTIONAL - More about interact](02.01-OPTIONAL-More-About-Interact.ipynb) >"
459459
]
460460
}
461461
],

notebooks/02.01-OPTIONAL-More-About-Interact.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"metadata": {},
1616
"source": [
1717
"<!--NAVIGATION-->\n",
18-
"< [Widgets without writing widgets: interact](02.00-Using-Interact.ipynb) | [Contents](Index.ipynb) | [Simple Widget Introduction](03.00-Widget_Basics.ipynb) >"
18+
"< [Widgets without writing widgets: interact](02.00-Using-Interact.ipynb) | [Contents](00.00-index.ipynb) | [Simple Widget Introduction](03.00-Widget_Basics.ipynb) >"
1919
]
2020
},
2121
{
@@ -301,7 +301,7 @@
301301
"metadata": {},
302302
"source": [
303303
"<!--NAVIGATION-->\n",
304-
"< [Widgets without writing widgets: interact](02.00-Using-Interact.ipynb) | [Contents](Index.ipynb) | [Simple Widget Introduction](03.00-Widget_Basics.ipynb) >"
304+
"< [Widgets without writing widgets: interact](02.00-Using-Interact.ipynb) | [Contents](00.00-index.ipynb) | [Simple Widget Introduction](03.00-Widget_Basics.ipynb) >"
305305
]
306306
}
307307
],

notebooks/03.00-Widget_Basics.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"metadata": {},
66
"source": [
77
"<!--NAVIGATION-->\n",
8-
"< [OPTIONAL - More about interact](02.01-OPTIONAL-More-About-Interact.ipynb) | [Contents](Index.ipynb) | [Widgets in the core ipywidgets package](04.00-widget-list.ipynb) >"
8+
"< [OPTIONAL - More about interact](02.01-OPTIONAL-More-About-Interact.ipynb) | [Contents](00.00-index.ipynb) | [Widgets in the core ipywidgets package](04.00-widget-list.ipynb) >"
99
]
1010
},
1111
{
@@ -390,7 +390,7 @@
390390
"metadata": {},
391391
"source": [
392392
"<!--NAVIGATION-->\n",
393-
"< [OPTIONAL - More about interact](02.01-OPTIONAL-More-About-Interact.ipynb) | [Contents](Index.ipynb) | [Widgets in the core ipywidgets package](04.00-widget-list.ipynb) >"
393+
"< [OPTIONAL - More about interact](02.01-OPTIONAL-More-About-Interact.ipynb) | [Contents](00.00-index.ipynb) | [Widgets in the core ipywidgets package](04.00-widget-list.ipynb) >"
394394
]
395395
}
396396
],

notebooks/04.00-widget-list.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"metadata": {},
66
"source": [
77
"<!--NAVIGATION-->\n",
8-
"< [Simple Widget Introduction](03.00-Widget_Basics.ipynb) | [Contents](Index.ipynb) | [Output widgets: leveraging Jupyter's display system](04.01-more-on-output-widget.ipynb) >"
8+
"< [Simple Widget Introduction](03.00-Widget_Basics.ipynb) | [Contents](00.00-index.ipynb) | [Output widgets: leveraging Jupyter's display system](04.01-more-on-output-widget.ipynb) >"
99
]
1010
},
1111
{
@@ -193,7 +193,7 @@
193193
"metadata": {},
194194
"source": [
195195
"<!--NAVIGATION-->\n",
196-
"< [Simple Widget Introduction](03.00-Widget_Basics.ipynb) | [Contents](Index.ipynb) | [Output widgets: leveraging Jupyter's display system](04.01-more-on-output-widget.ipynb) >"
196+
"< [Simple Widget Introduction](03.00-Widget_Basics.ipynb) | [Contents](00.00-index.ipynb) | [Output widgets: leveraging Jupyter's display system](04.01-more-on-output-widget.ipynb) >"
197197
]
198198
}
199199
],

notebooks/04.01-more-on-output-widget.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"metadata": {},
66
"source": [
77
"<!--NAVIGATION-->\n",
8-
"< [Widgets in the core ipywidgets package](04.00-widget-list.ipynb) | [Contents](Index.ipynb) | [Widgets Events](05.00-Widget_Events.ipynb) >"
8+
"< [Widgets in the core ipywidgets package](04.00-widget-list.ipynb) | [Contents](00.00-index.ipynb) | [Widgets Events](05.00-Widget_Events.ipynb) >"
99
]
1010
},
1111
{
@@ -330,7 +330,7 @@
330330
"metadata": {},
331331
"source": [
332332
"<!--NAVIGATION-->\n",
333-
"< [Widgets in the core ipywidgets package](04.00-widget-list.ipynb) | [Contents](Index.ipynb) | [Widgets Events](05.00-Widget_Events.ipynb) >"
333+
"< [Widgets in the core ipywidgets package](04.00-widget-list.ipynb) | [Contents](00.00-index.ipynb) | [Widgets Events](05.00-Widget_Events.ipynb) >"
334334
]
335335
}
336336
],

notebooks/05.00-Widget_Events.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"metadata": {},
66
"source": [
77
"<!--NAVIGATION-->\n",
8-
"< [Output widgets: leveraging Jupyter's display system](04.01-more-on-output-widget.ipynb) | [Contents](Index.ipynb) | [*OPTIONAL* Three approaches to events](05.01-OPTIONAL-Widget_Events_2.ipynb) >"
8+
"< [Output widgets: leveraging Jupyter's display system](04.01-more-on-output-widget.ipynb) | [Contents](00.00-index.ipynb) | [*OPTIONAL* Three approaches to events](05.01-OPTIONAL-Widget_Events_2.ipynb) >"
99
]
1010
},
1111
{
@@ -555,7 +555,7 @@
555555
"metadata": {},
556556
"source": [
557557
"<!--NAVIGATION-->\n",
558-
"< [Output widgets: leveraging Jupyter's display system](04.01-more-on-output-widget.ipynb) | [Contents](Index.ipynb) | [*OPTIONAL* Three approaches to events](05.01-OPTIONAL-Widget_Events_2.ipynb) >"
558+
"< [Output widgets: leveraging Jupyter's display system](04.01-more-on-output-widget.ipynb) | [Contents](00.00-index.ipynb) | [*OPTIONAL* Three approaches to events](05.01-OPTIONAL-Widget_Events_2.ipynb) >"
559559
]
560560
}
561561
],

notebooks/05.01-OPTIONAL-Widget_Events_2.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"metadata": {},
66
"source": [
77
"<!--NAVIGATION-->\n",
8-
"< [Widgets Events](05.00-Widget_Events.ipynb) | [Contents](Index.ipynb) | [*OPTIONAL* Password generator: `observe`](05.02-OPTIONAL-Widget_Events_2_--_bad_password_generator,_version_1.ipynb) >"
8+
"< [Widgets Events](05.00-Widget_Events.ipynb) | [Contents](00.00-index.ipynb) | [*OPTIONAL* Password generator: `observe`](05.02-OPTIONAL-Widget_Events_2_--_bad_password_generator,_version_1.ipynb) >"
99
]
1010
},
1111
{
@@ -33,7 +33,7 @@
3333
"metadata": {},
3434
"source": [
3535
"<!--NAVIGATION-->\n",
36-
"< [Widgets Events](05.00-Widget_Events.ipynb) | [Contents](Index.ipynb) | [*OPTIONAL* Password generator: `observe`](05.02-OPTIONAL-Widget_Events_2_--_bad_password_generator,_version_1.ipynb) >"
36+
"< [Widgets Events](05.00-Widget_Events.ipynb) | [Contents](00.00-index.ipynb) | [*OPTIONAL* Password generator: `observe`](05.02-OPTIONAL-Widget_Events_2_--_bad_password_generator,_version_1.ipynb) >"
3737
]
3838
}
3939
],

notebooks/05.02-OPTIONAL-Widget_Events_2_--_bad_password_generator,_version_1.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"metadata": {},
2020
"source": [
2121
"<!--NAVIGATION-->\n",
22-
"< [*OPTIONAL* Three approaches to events](05.01-OPTIONAL-Widget_Events_2.ipynb) | [Contents](Index.ipynb) | [*OPTIONAL* Separating the logic from the widgets](05.03-OPTIONAL-Widget_Events_2_--_Separating_Concerns.ipynb) >"
22+
"< [*OPTIONAL* Three approaches to events](05.01-OPTIONAL-Widget_Events_2.ipynb) | [Contents](00.00-index.ipynb) | [*OPTIONAL* Separating the logic from the widgets](05.03-OPTIONAL-Widget_Events_2_--_Separating_Concerns.ipynb) >"
2323
]
2424
},
2525
{
@@ -193,7 +193,7 @@
193193
"metadata": {},
194194
"source": [
195195
"<!--NAVIGATION-->\n",
196-
"< [*OPTIONAL* Three approaches to events](05.01-OPTIONAL-Widget_Events_2.ipynb) | [Contents](Index.ipynb) | [*OPTIONAL* Separating the logic from the widgets](05.03-OPTIONAL-Widget_Events_2_--_Separating_Concerns.ipynb) >"
196+
"< [*OPTIONAL* Three approaches to events](05.01-OPTIONAL-Widget_Events_2.ipynb) | [Contents](00.00-index.ipynb) | [*OPTIONAL* Separating the logic from the widgets](05.03-OPTIONAL-Widget_Events_2_--_Separating_Concerns.ipynb) >"
197197
]
198198
}
199199
],

notebooks/05.03-OPTIONAL-Widget_Events_2_--_Separating_Concerns.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"metadata": {},
2020
"source": [
2121
"<!--NAVIGATION-->\n",
22-
"< [*OPTIONAL* Password generator: `observe`](05.02-OPTIONAL-Widget_Events_2_--_bad_password_generator,_version_1.ipynb) | [Contents](Index.ipynb) | [*OPTIONAL* Separating the logic using classes](05.04-OPTIONAL-Widget_Events_2--Separating_concerns,_object_oriented.ipynb) >"
22+
"< [*OPTIONAL* Password generator: `observe`](05.02-OPTIONAL-Widget_Events_2_--_bad_password_generator,_version_1.ipynb) | [Contents](00.00-index.ipynb) | [*OPTIONAL* Separating the logic using classes](05.04-OPTIONAL-Widget_Events_2--Separating_concerns,_object_oriented.ipynb) >"
2323
]
2424
},
2525
{
@@ -293,7 +293,7 @@
293293
"metadata": {},
294294
"source": [
295295
"<!--NAVIGATION-->\n",
296-
"< [*OPTIONAL* Password generator: `observe`](05.02-OPTIONAL-Widget_Events_2_--_bad_password_generator,_version_1.ipynb) | [Contents](Index.ipynb) | [*OPTIONAL* Separating the logic using classes](05.04-OPTIONAL-Widget_Events_2--Separating_concerns,_object_oriented.ipynb) >"
296+
"< [*OPTIONAL* Password generator: `observe`](05.02-OPTIONAL-Widget_Events_2_--_bad_password_generator,_version_1.ipynb) | [Contents](00.00-index.ipynb) | [*OPTIONAL* Separating the logic using classes](05.04-OPTIONAL-Widget_Events_2--Separating_concerns,_object_oriented.ipynb) >"
297297
]
298298
}
299299
],

notebooks/05.04-OPTIONAL-Widget_Events_2--Separating_concerns,_object_oriented.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"metadata": {},
1616
"source": [
1717
"<!--NAVIGATION-->\n",
18-
"< [*OPTIONAL* Separating the logic from the widgets](05.03-OPTIONAL-Widget_Events_2_--_Separating_Concerns.ipynb) | [Contents](Index.ipynb) | [Layout and Styling of Jupyter widgets](06.00-Layout-and-Styling-Overview.ipynb) >"
18+
"< [*OPTIONAL* Separating the logic from the widgets](05.03-OPTIONAL-Widget_Events_2_--_Separating_Concerns.ipynb) | [Contents](00.00-index.ipynb) | [Layout and Styling of Jupyter widgets](06.00-Layout-and-Styling-Overview.ipynb) >"
1919
]
2020
},
2121
{
@@ -502,7 +502,7 @@
502502
"metadata": {},
503503
"source": [
504504
"<!--NAVIGATION-->\n",
505-
"< [*OPTIONAL* Separating the logic from the widgets](05.03-OPTIONAL-Widget_Events_2_--_Separating_Concerns.ipynb) | [Contents](Index.ipynb) | [Layout and Styling of Jupyter widgets](06.00-Layout-and-Styling-Overview.ipynb) >"
505+
"< [*OPTIONAL* Separating the logic from the widgets](05.03-OPTIONAL-Widget_Events_2_--_Separating_Concerns.ipynb) | [Contents](00.00-index.ipynb) | [Layout and Styling of Jupyter widgets](06.00-Layout-and-Styling-Overview.ipynb) >"
506506
]
507507
}
508508
],

notebooks/06.00-Layout-and-Styling-Overview.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"metadata": {},
66
"source": [
77
"<!--NAVIGATION-->\n",
8-
"< [*OPTIONAL* Separating the logic using classes](05.04-OPTIONAL-Widget_Events_2--Separating_concerns,_object_oriented.ipynb) | [Contents](Index.ipynb) | [Layout and Styling of Jupyter widgets](06.01-widget-layout-and-styling.ipynb) >"
8+
"< [*OPTIONAL* Separating the logic using classes](05.04-OPTIONAL-Widget_Events_2--Separating_concerns,_object_oriented.ipynb) | [Contents](00.00-index.ipynb) | [Layout and Styling of Jupyter widgets](06.01-widget-layout-and-styling.ipynb) >"
99
]
1010
},
1111
{
@@ -27,7 +27,7 @@
2727
"metadata": {},
2828
"source": [
2929
"<!--NAVIGATION-->\n",
30-
"< [*OPTIONAL* Separating the logic using classes](05.04-OPTIONAL-Widget_Events_2--Separating_concerns,_object_oriented.ipynb) | [Contents](Index.ipynb) | [Layout and Styling of Jupyter widgets](06.01-widget-layout-and-styling.ipynb) >"
30+
"< [*OPTIONAL* Separating the logic using classes](05.04-OPTIONAL-Widget_Events_2--Separating_concerns,_object_oriented.ipynb) | [Contents](00.00-index.ipynb) | [Layout and Styling of Jupyter widgets](06.01-widget-layout-and-styling.ipynb) >"
3131
]
3232
}
3333
],

notebooks/06.01-widget-layout-and-styling.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"metadata": {},
66
"source": [
77
"<!--NAVIGATION-->\n",
8-
"< [Layout and Styling of Jupyter widgets](06.00-Layout-and-Styling-Overview.ipynb) | [Contents](Index.ipynb) | [OPTIONAL - Widget label styling](06.02-OPTIONAL-widget-label-styling.ipynb) >"
8+
"< [Layout and Styling of Jupyter widgets](06.00-Layout-and-Styling-Overview.ipynb) | [Contents](00.00-index.ipynb) | [OPTIONAL - Widget label styling](06.02-OPTIONAL-widget-label-styling.ipynb) >"
99
]
1010
},
1111
{
@@ -1577,7 +1577,7 @@
15771577
"metadata": {},
15781578
"source": [
15791579
"<!--NAVIGATION-->\n",
1580-
"< [Layout and Styling of Jupyter widgets](06.00-Layout-and-Styling-Overview.ipynb) | [Contents](Index.ipynb) | [OPTIONAL - Widget label styling](06.02-OPTIONAL-widget-label-styling.ipynb) >"
1580+
"< [Layout and Styling of Jupyter widgets](06.00-Layout-and-Styling-Overview.ipynb) | [Contents](00.00-index.ipynb) | [OPTIONAL - Widget label styling](06.02-OPTIONAL-widget-label-styling.ipynb) >"
15811581
]
15821582
}
15831583
],

notebooks/06.02-OPTIONAL-widget-label-styling.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"metadata": {},
66
"source": [
77
"<!--NAVIGATION-->\n",
8-
"< [Layout and Styling of Jupyter widgets](06.01-widget-layout-and-styling.ipynb) | [Contents](Index.ipynb) | [OPTIONAL Predefined widget styles](06.03-OPTIONAL-widget-specific-styling.ipynb) >"
8+
"< [Layout and Styling of Jupyter widgets](06.01-widget-layout-and-styling.ipynb) | [Contents](00.00-index.ipynb) | [OPTIONAL Predefined widget styles](06.03-OPTIONAL-widget-specific-styling.ipynb) >"
99
]
1010
},
1111
{
@@ -154,7 +154,7 @@
154154
"metadata": {},
155155
"source": [
156156
"<!--NAVIGATION-->\n",
157-
"< [Layout and Styling of Jupyter widgets](06.01-widget-layout-and-styling.ipynb) | [Contents](Index.ipynb) | [OPTIONAL Predefined widget styles](06.03-OPTIONAL-widget-specific-styling.ipynb) >"
157+
"< [Layout and Styling of Jupyter widgets](06.01-widget-layout-and-styling.ipynb) | [Contents](00.00-index.ipynb) | [OPTIONAL Predefined widget styles](06.03-OPTIONAL-widget-specific-styling.ipynb) >"
158158
]
159159
}
160160
],

notebooks/06.03-OPTIONAL-widget-specific-styling.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"metadata": {},
66
"source": [
77
"<!--NAVIGATION-->\n",
8-
"< [OPTIONAL - Widget label styling](06.02-OPTIONAL-widget-label-styling.ipynb) | [Contents](Index.ipynb) | [*OPTIONAL* widget layout exercises](06.04-OPTIONAL-container-exercises.ipynb) >"
8+
"< [OPTIONAL - Widget label styling](06.02-OPTIONAL-widget-label-styling.ipynb) | [Contents](00.00-index.ipynb) | [*OPTIONAL* widget layout exercises](06.04-OPTIONAL-container-exercises.ipynb) >"
99
]
1010
},
1111
{
@@ -125,7 +125,7 @@
125125
"metadata": {},
126126
"source": [
127127
"<!--NAVIGATION-->\n",
128-
"< [OPTIONAL - Widget label styling](06.02-OPTIONAL-widget-label-styling.ipynb) | [Contents](Index.ipynb) | [*OPTIONAL* widget layout exercises](06.04-OPTIONAL-container-exercises.ipynb) >"
128+
"< [OPTIONAL - Widget label styling](06.02-OPTIONAL-widget-label-styling.ipynb) | [Contents](00.00-index.ipynb) | [*OPTIONAL* widget layout exercises](06.04-OPTIONAL-container-exercises.ipynb) >"
129129
]
130130
}
131131
],

notebooks/06.04-OPTIONAL-container-exercises.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"metadata": {},
66
"source": [
77
"<!--NAVIGATION-->\n",
8-
"< [OPTIONAL Predefined widget styles](06.03-OPTIONAL-widget-specific-styling.ipynb) | [Contents](Index.ipynb) | [More widget libraries](07.00-More_widget_libraries.ipynb) >"
8+
"< [OPTIONAL Predefined widget styles](06.03-OPTIONAL-widget-specific-styling.ipynb) | [Contents](00.00-index.ipynb) | [More widget libraries](07.00-More_widget_libraries.ipynb) >"
99
]
1010
},
1111
{
@@ -257,7 +257,7 @@
257257
"metadata": {},
258258
"source": [
259259
"<!--NAVIGATION-->\n",
260-
"< [OPTIONAL Predefined widget styles](06.03-OPTIONAL-widget-specific-styling.ipynb) | [Contents](Index.ipynb) | [More widget libraries](07.00-More_widget_libraries.ipynb) >"
260+
"< [OPTIONAL Predefined widget styles](06.03-OPTIONAL-widget-specific-styling.ipynb) | [Contents](00.00-index.ipynb) | [More widget libraries](07.00-More_widget_libraries.ipynb) >"
261261
]
262262
}
263263
],

notebooks/07.00-More_widget_libraries.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"metadata": {},
66
"source": [
77
"<!--NAVIGATION-->\n",
8-
"< [*OPTIONAL* widget layout exercises](06.04-OPTIONAL-container-exercises.ipynb) | [Contents](Index.ipynb) | [ipyleaflet: Interactive maps](07.01-ipyleaflet.ipynb) >"
8+
"< [*OPTIONAL* widget layout exercises](06.04-OPTIONAL-container-exercises.ipynb) | [Contents](00.00-index.ipynb) | [ipyleaflet: Interactive maps](07.01-ipyleaflet.ipynb) >"
99
]
1010
},
1111
{
@@ -46,7 +46,7 @@
4646
"metadata": {},
4747
"source": [
4848
"<!--NAVIGATION-->\n",
49-
"< [*OPTIONAL* widget layout exercises](06.04-OPTIONAL-container-exercises.ipynb) | [Contents](Index.ipynb) | [ipyleaflet: Interactive maps](07.01-ipyleaflet.ipynb) >"
49+
"< [*OPTIONAL* widget layout exercises](06.04-OPTIONAL-container-exercises.ipynb) | [Contents](00.00-index.ipynb) | [ipyleaflet: Interactive maps](07.01-ipyleaflet.ipynb) >"
5050
]
5151
}
5252
],

notebooks/07.01-ipyleaflet.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"metadata": {},
66
"source": [
77
"<!--NAVIGATION-->\n",
8-
"< [More widget libraries](07.00-More_widget_libraries.ipynb) | [Contents](Index.ipynb) | [pythreejs: 3D rendering in the browser](07.02-pythreejs.ipynb) >"
8+
"< [More widget libraries](07.00-More_widget_libraries.ipynb) | [Contents](00.00-index.ipynb) | [pythreejs: 3D rendering in the browser](07.02-pythreejs.ipynb) >"
99
]
1010
},
1111
{
@@ -629,7 +629,7 @@
629629
"metadata": {},
630630
"source": [
631631
"<!--NAVIGATION-->\n",
632-
"< [More widget libraries](07.00-More_widget_libraries.ipynb) | [Contents](Index.ipynb) | [pythreejs: 3D rendering in the browser](07.02-pythreejs.ipynb) >"
632+
"< [More widget libraries](07.00-More_widget_libraries.ipynb) | [Contents](00.00-index.ipynb) | [pythreejs: 3D rendering in the browser](07.02-pythreejs.ipynb) >"
633633
]
634634
}
635635
],

notebooks/07.02-pythreejs.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"metadata": {},
66
"source": [
77
"<!--NAVIGATION-->\n",
8-
"< [ipyleaflet: Interactive maps](07.01-ipyleaflet.ipynb) | [Contents](Index.ipynb) | [bqplot: complex interactive visualizations](07.03-bqplot.ipynb) >"
8+
"< [ipyleaflet: Interactive maps](07.01-ipyleaflet.ipynb) | [Contents](00.00-index.ipynb) | [bqplot: complex interactive visualizations](07.03-bqplot.ipynb) >"
99
]
1010
},
1111
{
@@ -256,7 +256,7 @@
256256
"metadata": {},
257257
"source": [
258258
"<!--NAVIGATION-->\n",
259-
"< [ipyleaflet: Interactive maps](07.01-ipyleaflet.ipynb) | [Contents](Index.ipynb) | [bqplot: complex interactive visualizations](07.03-bqplot.ipynb) >"
259+
"< [ipyleaflet: Interactive maps](07.01-ipyleaflet.ipynb) | [Contents](00.00-index.ipynb) | [bqplot: complex interactive visualizations](07.03-bqplot.ipynb) >"
260260
]
261261
}
262262
],

0 commit comments

Comments
 (0)