Skip to content

Commit 1ebd517

Browse files
negin513pre-commit-ci[bot]dcherian
authored
index.ipynb updates for SciPy 2023 (#197)
Closes #170 * update * a few updates * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * edits * small edits * typo --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: dcherian <[email protected]>
1 parent 34d1a4a commit 1ebd517

File tree

3 files changed

+27
-27
lines changed

3 files changed

+27
-27
lines changed

images/scipylogo2023.png

241 KB
Loading

workshops/scipy2023/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,16 @@ For the live tutorial, we will be using the SciPy 2023 Nebari JupyterHub at [sci
2020

2121
You can follow [this participants' guide to register and sign-in to Nebari](https://docs.google.com/document/d/1vnWhNyUBRpILb2MAHQfTmZQY3pCIaCmroV9ke49nQlE/edit), and:
2222

23-
- Use this link to clone the tutorial materials:
23+
- Open a Terminal
24+
25+
- Clone the tutorial materials:
2426

2527
```
26-
https://github.com/xarray-contrib/xarray-tutorial.git
28+
git clone https://github.com/xarray-contrib/xarray-tutorial.git
2729
```
2830

31+
- Navigate to `xarray-tutorial/workshops/scipy2023/index.ipynb`
32+
2933
- Select `global-global-xarray` environment for the notebooks when prompted.
3034

3135
### Running Locally
@@ -59,11 +63,7 @@ Once your codespace is launched, the following happens:
5963
```
6064

6165
```{dropdown} Indexing
62-
-{doc}`../../fundamentals/02.1_indexing_Basic`
63-
64-
-{doc}`../../intermediate/indexing/boolean-masking-indexing`
65-
66-
-{doc}`../../intermediate/indexing/advanced-indexing`
66+
{doc}`../../intermediate/indexing/advanced-indexing`
6767
```
6868

6969
```{dropdown} Computational Patterns

workshops/scipy2023/index.ipynb

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -5,41 +5,41 @@
55
"id": "6bad0788-4bd2-49bb-818a-4eda1e265cf1",
66
"metadata": {},
77
"source": [
8-
"<img src=\"../../images/scipylogo.png\" align=\"center\" width=\"90%\">\n",
8+
"<img src=\"../../images/scipylogo2023.png\" align=\"right\" width=\"20%\">\n",
99
"\n",
10-
"# Welcome to the Xarray SciPy 2022 Tutorial! \n",
10+
"\n",
11+
"# Welcome to the Xarray SciPy 2023 Tutorial! \n",
1112
"\n",
1213
"**Xarray**: *Friendly, Interactive, and Scalable Scientific Data Analysis*\n",
1314
"\n",
14-
"Learning goals:\n",
15-
"- understand the Xarray data model\n",
16-
"- effectively use Xarray’s multidimensional labeled indexing\n",
17-
"- utilize Xarray’s powerful built-in computational methods\n",
18-
"- learn about the ecosystem of software extending Xarray\n",
1915
"\n",
20-
"This *4-hour* workshop will explore content from https://tutorial.xarray.dev, which contains a comprehensive collection of hands-on tutorial Jupyter Notebooks. We won't cover it all today, but instead will review a curated set of examples that will prepare you for increasingly complex real-world data analysis tasks!\n",
16+
"This *4-hour* workshop will explore content from [the Xarray tutorial](https://tutorial.xarray.dev), which contains a comprehensive collection of hands-on tutorial Jupyter Notebooks. We won't cover it all today, but instead will review a curated set of examples that will prepare you for increasingly complex real-world data analysis tasks!\n",
2117
"\n",
2218
"\n",
2319
"## Schedule \n",
2420
"*Times in Central Daylight (Austin, TX)\n",
2521
"\n",
22+
"Use the links to navigate to the right notebooks.\n",
23+
"\n",
24+
"**Remember to select `global-global-xarray environment` for the notebooks when prompted.**\n",
25+
"\n",
2626
"| Topic | Time | Notebook Links | \n",
2727
"| :- | - | - | \n",
28-
"| Introduction | 1:30 (20 min) | [getting started](../../overview/get-started.md) | \n",
29-
"| Data Structures | 1:50 (30 min) | [datastructures](../../fundamentals/01_datastructures.ipynb) <br> [input/output](../../fundamentals/01.1_io.ipynb) | \n",
30-
"| *Break* \n",
31-
"| Labeled Data | 2:30 (20 min) | [working_with_labeled_data](../../fundamentals/02.1_working_with_labeled_data.ipynb) | \n",
32-
"| Visualizations | 2:50 (30 min) | [basic_plotting](../../fundamentals/04.1_basic_plotting.ipynb) <br> [facet plots](../../fundamentals/04.2_faceting.ipynb) | \n",
33-
"| *Break* | \n",
34-
"| Computation | 3:30 (50 min) | [computation with xarray](../../fundamentals/03.1_computation_with_xarray.ipynb) <br> [aligning data objects](../../fundamentals/02.3_aligning_data_objects.ipynb) <br> [groupby with xarray](../../fundamentals/03.2_groupby_with_xarray.ipynb) | \n",
35-
"| *Break* | \n",
36-
"| Xarray ecosystem | 4:30 (30 min) | [xarray ecosystem](../../intermediate/xarray_ecosystem.ipynb) | \n",
37-
"| Scaling Xarray | 5:00 (20 min) | | \n",
28+
"| Introduction and Setup | 1:30 (20 min) | --- | \n",
29+
"| Indexing | 1:50 (30 min) | [Advanced and Vectorized Indexing](../../intermediate/indexing/advanced-indexing.ipynb) | \n",
30+
"| *10 minute Break* \n",
31+
"| Computational Patterns | 2:30 (50 min) | [Computation Patterns](../../intermediate/01-high-level-computation-patterns.ipynb) | \n",
32+
"| *10 minute Break* | \n",
33+
"| Wrapping other arrays | 3:30 (50 min) | [Xarray and Dask](../../intermediate/xarray_and_dask.ipynb) | \n",
34+
"| *10 minute Break* | \n",
35+
"| Wrapping custom computation (apply_ufunc) | 4:30 (30 min) <br> <br> <br> 5:00 (30 min) | [A gentle introduction](../../advanced/apply_ufunc/simple_numpy_apply_ufunc.ipynb) <br> [Core dimensions](../../advanced/apply_ufunc/core-dimensions.ipynb) <br> [Handling complex output](../../advanced/apply_ufunc/complex-output-numpy.ipynb) <br> Explore the rest of the material |\n",
3836
"| | **End 5:30** | |\n",
3937
"\n",
40-
"**Thanks for attending!**\n",
4138
"\n",
42-
"Please continue to explore the subfolders in the JupyterLab File Browser for additional tutorial notebooks to run, or read the rendered notebooks at https://tutorial.xarray.dev"
39+
"\n",
40+
"## Thanks for attending!\n",
41+
"\n",
42+
"Please continue to explore the subfolders in the JupyterLab File Browser for additional tutorial notebooks to run, or read the rendered notebooks at [https://tutorial.xarray.dev](https://tutorial.xarray.dev)"
4343
]
4444
}
4545
],

0 commit comments

Comments
 (0)