|
| 1 | +{ |
| 2 | + "cells": [ |
| 3 | + { |
| 4 | + "cell_type": "markdown", |
| 5 | + "id": "6bad0788-4bd2-49bb-818a-4eda1e265cf1", |
| 6 | + "metadata": {}, |
| 7 | + "source": [ |
| 8 | + "<img src=\"../../images/scipylogo2023.png\" align=\"right\" width=\"20%\">\n", |
| 9 | + "\n", |
| 10 | + "\n", |
| 11 | + "# Welcome to the Xarray SciPy 2023 Tutorial! \n", |
| 12 | + "\n", |
| 13 | + "**Xarray**: *Friendly, Interactive, and Scalable Scientific Data Analysis*\n", |
| 14 | + "\n", |
| 15 | + "\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", |
| 17 | + "\n", |
| 18 | + "\n", |
| 19 | + "## Schedule \n", |
| 20 | + "*Times in Central Daylight (Austin, TX)\n", |
| 21 | + "\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", |
| 26 | + "| Topic | Time | Notebook Links | \n", |
| 27 | + "| :- | - | - | \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", |
| 36 | + "| | **End 5:30** | |\n", |
| 37 | + "\n", |
| 38 | + "\n", |
| 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)" |
| 43 | + ] |
| 44 | + } |
| 45 | + ], |
| 46 | + "metadata": { |
| 47 | + "language_info": { |
| 48 | + "codemirror_mode": { |
| 49 | + "name": "ipython", |
| 50 | + "version": 3 |
| 51 | + }, |
| 52 | + "file_extension": ".py", |
| 53 | + "mimetype": "text/x-python", |
| 54 | + "name": "python", |
| 55 | + "nbconvert_exporter": "python", |
| 56 | + "pygments_lexer": "ipython3" |
| 57 | + } |
| 58 | + }, |
| 59 | + "nbformat": 4, |
| 60 | + "nbformat_minor": 5 |
| 61 | +} |
0 commit comments