Skip to content

Commit 271f8f2

Browse files
committed
update index file
1 parent 627434f commit 271f8f2

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

workshops/scipy2025/index.ipynb

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,15 @@
3939
"| Topic | Time | Notebook Links | \n",
4040
"| :- | - | - | \n",
4141
"| Introduction and Setup | 1:30 (10 min) | | \n",
42-
"| The Xarray Data Model | 1:40 (50 min) | [Data structures](../../fundamentals/01_data_structures.md) | \n",
42+
"| The Xarray Data Model | 1:40 (50 min) | [Data structures Part 1](../../intermediate/datastructures-intermediate.ipynb)|\n",
43+
"|||[Data structures In Biology](../../intermediate/BiologyDataset.ipynb)| \n",
44+
"|||[Data structures Part 2](../../fundamentals/01_data_structures.md)| \n",
4345
"| *10 minute Break* \n",
44-
"| Computational Patterns | 2:30 (50 min) | [Computational Patterns](../../intermediate/computation/01-high-level-computation-patterns.ipynb) <br> [Hierarchical computation](../../intermediate/computation/hierarchical_computation.ipynb) | \n",
46+
"| Computational Patterns | 2:30 (50 min) | [Computational Patterns](../../intermediate/01-high-level-computation-patterns.ipynb) <br> | \n",
4547
"| *10 minute Break* | \n",
46-
"| Zarr & the cloud | 4:30 (50 min) | [Intro to Zarr](../../intermediate/intro-to-zarr.ipynb) <br> [CMIP6 on the cloud](../../intermediate/remote_data/cmip6-cloud.ipynb) <br> |\n",
48+
"| Storage formats | 3:30 (50 min) | [Storage formats](../../fundamentals/01.1_io.ipynb) | \n",
4749
"| *10 minute Break* | \n",
48-
"| Other storage formats | 3:30 (50 min) | [IO basics](../../fundamentals/01.1_io.ipynb) <br> [Data models](../../intermediate/storage_formats.ipynb) <br> [Custom backends](../../advanced/backends/backends.md) <br> | \n",
50+
"| Zarr & the cloud | 4:30 (50 min) | [Intro to Zarr](../../intermediate/intro-to-zarr.ipynb) |\n",
4951
"| | End 5:30 | |"
5052
]
5153
},
@@ -61,6 +63,11 @@
6163
}
6264
],
6365
"metadata": {
66+
"kernelspec": {
67+
"display_name": "Python 3 (ipykernel)",
68+
"language": "python",
69+
"name": "python3"
70+
},
6471
"language_info": {
6572
"codemirror_mode": {
6673
"name": "ipython",
@@ -70,7 +77,8 @@
7077
"mimetype": "text/x-python",
7178
"name": "python",
7279
"nbconvert_exporter": "python",
73-
"pygments_lexer": "ipython3"
80+
"pygments_lexer": "ipython3",
81+
"version": "3.12.9"
7482
}
7583
},
7684
"nbformat": 4,

0 commit comments

Comments
 (0)