Skip to content

Commit d372d98

Browse files
committed
Fix index notebook + navigation in other nbs
1 parent e9aeb01 commit d372d98

File tree

6 files changed

+82
-28
lines changed

6 files changed

+82
-28
lines changed

notebooks/07.More-libraries/07.00-More_widget_libraries.ipynb

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,10 @@
3232
"### Widgets libraries presented in this tutorial\n",
3333
"\n",
3434
"- [ipycanvas](07.01-ipycanvas.ipynb)\n",
35-
"- [pythreejs](07.02-pythreejs.ipynb)\n",
36-
"- [bqplot](07.03-bqplot.ipynb)\n",
37-
"- [ipyvolume](07.04-ipyvolume.ipynb)\n",
35+
"- [ipycytoscape](07.02-ipycytoscape.ipynb)\n",
36+
"- [ipydatagrid](07.03-ipydatagrid.ipynb)\n",
37+
"- [ipygany](07.04-ipygany.ipynb)\n",
38+
"- [ipympl](07.05-ipympl.ipynb)\n",
3839
"\n",
3940
"### Optional\n",
4041
"\n",
@@ -52,9 +53,9 @@
5253
],
5354
"metadata": {
5455
"kernelspec": {
55-
"display_name": "widgets-tutorial",
56+
"display_name": "Python 3 (ipykernel)",
5657
"language": "python",
57-
"name": "widgets-tutorial"
58+
"name": "python3"
5859
},
5960
"language_info": {
6061
"codemirror_mode": {
@@ -66,7 +67,7 @@
6667
"name": "python",
6768
"nbconvert_exporter": "python",
6869
"pygments_lexer": "ipython3",
69-
"version": "3.9.5"
70+
"version": "3.9.13"
7071
}
7172
},
7273
"nbformat": 4,

notebooks/07.More-libraries/07.01-ipycanvas.ipynb

Lines changed: 12 additions & 5 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](00.00-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) | [ipycytoscape](07.02-ipycytoscape.ipynb) >"
99
]
1010
},
1111
{
@@ -519,15 +519,22 @@
519519
"metadata": {},
520520
"source": [
521521
"<!--NAVIGATION-->\n",
522-
"< [More widget libraries](07.00-More_widget_libraries.ipynb) | [Contents](00.00-index.ipynb) | [pythreejs: 3D rendering in the browser](07.02-pythreejs.ipynb) >"
522+
"< [More widget libraries](07.00-More_widget_libraries.ipynb) | [Contents](00.00-index.ipynb) | [ipycytoscape](07.02-ipycytoscape.ipynb) >"
523523
]
524+
},
525+
{
526+
"cell_type": "code",
527+
"execution_count": null,
528+
"metadata": {},
529+
"outputs": [],
530+
"source": []
524531
}
525532
],
526533
"metadata": {
527534
"kernelspec": {
528-
"display_name": "widgets-tutorial",
535+
"display_name": "Python 3 (ipykernel)",
529536
"language": "python",
530-
"name": "widgets-tutorial"
537+
"name": "python3"
531538
},
532539
"language_info": {
533540
"codemirror_mode": {
@@ -539,7 +546,7 @@
539546
"name": "python",
540547
"nbconvert_exporter": "python",
541548
"pygments_lexer": "ipython3",
542-
"version": "3.9.5"
549+
"version": "3.9.13"
543550
}
544551
},
545552
"nbformat": 4,

notebooks/07.More-libraries/07.02-ipycytoscape.ipynb

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"id": "43010d53-8598-40a1-9f85-75957e334c23",
6+
"metadata": {},
7+
"source": [
8+
"<!--NAVIGATION-->\n",
9+
"< [ipycanvas](07.01-ipycanvas.ipynb) | [Contents](00.00-index.ipynb) | [ipydatagrid](07.03-ipydatagrid.ipynb) >"
10+
]
11+
},
312
{
413
"cell_type": "markdown",
514
"id": "d4490964",
@@ -727,13 +736,22 @@
727736
"metadata": {},
728737
"outputs": [],
729738
"source": []
739+
},
740+
{
741+
"cell_type": "markdown",
742+
"id": "386de783-4973-4691-a111-776123c5ae5a",
743+
"metadata": {},
744+
"source": [
745+
"<!--NAVIGATION-->\n",
746+
"< [ipycanvas](07.01-ipycanvas.ipynb) | [Contents](00.00-index.ipynb) | [ipydatagrid](07.03-ipydatagrid.ipynb) >"
747+
]
730748
}
731749
],
732750
"metadata": {
733751
"kernelspec": {
734-
"display_name": "widgets-tutorial",
752+
"display_name": "Python 3 (ipykernel)",
735753
"language": "python",
736-
"name": "widgets-tutorial"
754+
"name": "python3"
737755
},
738756
"language_info": {
739757
"codemirror_mode": {
@@ -745,7 +763,7 @@
745763
"name": "python",
746764
"nbconvert_exporter": "python",
747765
"pygments_lexer": "ipython3",
748-
"version": "3.8.0"
766+
"version": "3.9.13"
749767
}
750768
},
751769
"nbformat": 4,

notebooks/07.More-libraries/07.03-ipydatagrid.ipynb

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"id": "81356ad7-bb86-421e-b371-7e75f24037f6",
6+
"metadata": {},
7+
"source": [
8+
"<!--NAVIGATION-->\n",
9+
"< [ipycytoscape](07.02-ipycytoscape.ipynb) | [Contents](00.00-index.ipynb) | [ipygany](07.04-ipygany.ipynb) >"
10+
]
11+
},
312
{
413
"cell_type": "markdown",
514
"id": "e411edd1",
@@ -877,13 +886,22 @@
877886
" [stock_grid, fig]\n",
878887
")"
879888
]
889+
},
890+
{
891+
"cell_type": "markdown",
892+
"id": "ec9908ec-89f5-4654-8d19-e0414875e391",
893+
"metadata": {},
894+
"source": [
895+
"<!--NAVIGATION-->\n",
896+
"< [ipycytoscape](07.02-ipycytoscape.ipynb) | [Contents](00.00-index.ipynb) | [ipygany](07.04-ipygany.ipynb) >"
897+
]
880898
}
881899
],
882900
"metadata": {
883901
"kernelspec": {
884-
"display_name": "widgets-tutorial",
902+
"display_name": "Python 3 (ipykernel)",
885903
"language": "python",
886-
"name": "widgets-tutorial"
904+
"name": "python3"
887905
},
888906
"language_info": {
889907
"codemirror_mode": {
@@ -895,7 +913,7 @@
895913
"name": "python",
896914
"nbconvert_exporter": "python",
897915
"pygments_lexer": "ipython3",
898-
"version": "3.8.10"
916+
"version": "3.9.13"
899917
}
900918
},
901919
"nbformat": 4,

notebooks/07.More-libraries/07.04-ipygany.ipynb

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"id": "f12ba2bb-cc52-4465-935d-e7c81faf0a9e",
6+
"metadata": {},
7+
"source": [
8+
"<!--NAVIGATION-->\n",
9+
"< [ipydatagrid](07.03-ipydatagrid.ipynb) | [Contents](00.00-index.ipynb) |"
10+
]
11+
},
312
{
413
"cell_type": "markdown",
514
"id": "8cddcdc1",
@@ -223,19 +232,20 @@
223232
]
224233
},
225234
{
226-
"cell_type": "code",
227-
"execution_count": null,
228-
"id": "b832aad6",
235+
"cell_type": "markdown",
236+
"id": "b359af32-c30e-4a2e-bd1b-8f9ce3338958",
229237
"metadata": {},
230-
"outputs": [],
231-
"source": []
238+
"source": [
239+
"<!--NAVIGATION-->\n",
240+
"< [ipydatagrid](07.03-ipydatagrid.ipynb) | [Contents](00.00-index.ipynb) |"
241+
]
232242
}
233243
],
234244
"metadata": {
235245
"kernelspec": {
236-
"display_name": "widgets-tutorial",
246+
"display_name": "Python 3 (ipykernel)",
237247
"language": "python",
238-
"name": "widgets-tutorial"
248+
"name": "python3"
239249
},
240250
"language_info": {
241251
"codemirror_mode": {
@@ -247,7 +257,7 @@
247257
"name": "python",
248258
"nbconvert_exporter": "python",
249259
"pygments_lexer": "ipython3",
250-
"version": "3.8.0"
260+
"version": "3.9.13"
251261
}
252262
},
253263
"nbformat": 4,

notebooks/07.More-libraries/07.05-other-widget-libraries.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -436,9 +436,9 @@
436436
],
437437
"metadata": {
438438
"kernelspec": {
439-
"display_name": "widgets-tutorial",
439+
"display_name": "Python 3 (ipykernel)",
440440
"language": "python",
441-
"name": "widgets-tutorial"
441+
"name": "python3"
442442
},
443443
"language_info": {
444444
"codemirror_mode": {
@@ -450,7 +450,7 @@
450450
"name": "python",
451451
"nbconvert_exporter": "python",
452452
"pygments_lexer": "ipython3",
453-
"version": "3.8.10"
453+
"version": "3.9.13"
454454
}
455455
},
456456
"nbformat": 4,

0 commit comments

Comments
 (0)