Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 2023 video link, update 2024 schedule #284

Merged
merged 6 commits into from
Jul 8, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions workshops/scipy2023/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ Organized by:

## Instructions

:::{note}
You can access a recording of this tutorial [here](https://www.youtube.com/watch?v=L4FXcIOMlsY)
:::

### Running Locally

See instructions to set up the environment for running the tutorial material [here](get-started).
Expand Down
8 changes: 4 additions & 4 deletions workshops/scipy2024/index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@
"| Topic | Time | Notebook Links | \n",
"| :- | - | - | \n",
"| Introduction and Setup | 1:30 (10 min) | --- | \n",
"| 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",
"| Xarray Data Model | 1:40 (40 min) | [Data structures](../../fundamentals/01_data_structures.ipynb) <br> [Basic Indexing](../../fundamentals/02.1_indexing_Basic) | \n",
"| *10 minute Break* \n",
"| 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",
"| Indexing & Computational Patterns | 2:30 (50 min) | [Advanced Indexing](../../intermediate/indexing/indexing) <br> [Computation Patterns](../../intermediate/01-high-level-computation-patterns.ipynb) <br> | \n",
"| *10 minute Break* | \n",
"| 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",
"| Wrapping other arrays | 3:30 (50 min) | [The Xarray Ecosystem](../../intermediate/xarray_ecosystem.ipynb) <br> [Accessors](../../advanced/accessors/01_accessor_examples.ipynb) <br> | \n",
"| *10 minute Break* | \n",
"| Synthesis, Explore your data! | 4:30 (50 min) <br> | [Data Tidying](../../intermediate/data_cleaning/05.1_intro.md) <br> |\n",
"| Backends and Practice! | 4:30 (50 min) | [Backends](../../advanced/backends/1.Backend_without_Lazy_Loading.ipynb) <br> Luis' remote data notebook |\n",
"| | End 5:30 | |\n",
"\n",
"\n",
Expand Down
Loading