Skip to content

Commit 2073e08

Browse files
committed
fix
1 parent 627434f commit 2073e08

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

workshops/scipy2025/index.ipynb

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@
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_datatree_hierarchical_data.ipynb)| \n",
4345
"| *10 minute Break* \n",
4446
"| 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",
4547
"| *10 minute Break* | \n",
@@ -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)