Skip to content

Commit 134e190

Browse files
committed
add 2023 video link, update 2024 schedule
1 parent 3d07192 commit 134e190

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

workshops/scipy2023/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ Organized by:
1414

1515
## Instructions
1616

17+
:::{note}
18+
You can access a recording of this tutorial [here](https://www.youtube.com/watch?v=L4FXcIOMlsY)
19+
:::
20+
1721
### Running Locally
1822

1923
See instructions to set up the environment for running the tutorial material [here](get-started).

workshops/scipy2024/index.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@
3333
"| Topic | Time | Notebook Links | \n",
3434
"| :- | - | - | \n",
3535
"| Introduction and Setup | 1:30 (10 min) | --- | \n",
36-
"| Xarray Data Model, Backends, Extensions | 1:40 (40 min) | [Quick Introduction to Indexing](../../fundamentals/02.1_indexing_Basic.ipynb) <br> [Boolean Indexing & Masking](../../intermediate/indexing/boolean-masking-indexing.ipynb) | \n",
36+
"| Xarray Data Model | 1:40 (40 min) | [Data structures](../../fundamentals/01_data_structures.ipynb) <br> [Basic Indexing](../../fundamentals/02.1_indexing_Basic) | \n",
3737
"| *10 minute Break* \n",
38-
"| Computational Patterns | 2:30 (50 min) | [Advanced Indexing](../../intermediate/indexing/advanced-indexing.ipynb) <br> [Computation Patterns](../../intermediate/01-high-level-computation-patterns.ipynb) <br> | \n",
38+
"| Indexing & Computational Patterns | 2:30 (50 min) | [Advanced Indexing](../../intermediate/indexing/indexing) <br> [Computation Patterns](../../intermediate/01-high-level-computation-patterns.ipynb) <br> | \n",
3939
"| *10 minute Break* | \n",
40-
"| Wrapping other arrays | 3:30 (50 min) | [The Xarray Ecosystem](../../intermediate/xarray_ecosystem.ipynb) <br> [Accessors](../../advanced/accessors/01_accessor_examples.ipynb) <br> [Backends](../../advanced/backends/1.Backend_without_Lazy_Loading.ipynb) <br> | \n",
40+
"| Wrapping other arrays | 3:30 (50 min) | [The Xarray Ecosystem](../../intermediate/xarray_ecosystem.ipynb) <br> [Accessors](../../advanced/accessors/01_accessor_examples.ipynb) <br> | \n",
4141
"| *10 minute Break* | \n",
42-
"| Synthesis, Explore your data! | 4:30 (50 min) <br> | [Data Tidying](../../intermediate/data_cleaning/05.1_intro.md) <br> |\n",
42+
"| Backends and Practice! | 4:30 (50 min) | [Backends](../../advanced/backends/1.Backend_without_Lazy_Loading.ipynb) <br> Luis' remote data notebook |\n",
4343
"| | End 5:30 | |\n",
4444
"\n",
4545
"\n",

0 commit comments

Comments
 (0)