From 61a2c0ef65b197d223747c3a6e2610ed3bb6946d Mon Sep 17 00:00:00 2001 From: Vecko <36369090+VeckoTheGecko@users.noreply.github.com> Date: Sun, 14 Jun 2026 23:39:30 +0200 Subject: [PATCH 1/3] Copy 2025 tutorial to 2026 as template --- workshops/scipy2026/index.ipynb | 80 +++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 workshops/scipy2026/index.ipynb diff --git a/workshops/scipy2026/index.ipynb b/workshops/scipy2026/index.ipynb new file mode 100644 index 00000000..a9670341 --- /dev/null +++ b/workshops/scipy2026/index.ipynb @@ -0,0 +1,80 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "id": "0", + "metadata": {}, + "source": [ + "# SciPy 2025\n", + "\n", + "## Welcome to the Xarray SciPy 2025 Tutorial! \n", + "\n", + "\n", + "\n", + "**Hierarchical Data Analysis with Xarray DataTree & Zarr**\n", + "\n", + "July 8, 13:30–17:30 (US/Pacific), Tacoma Convention Center Room 315\n", + "\n", + "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 will review a curated set of examples that will prepare you for increasingly complex real-world data analysis tasks!\n", + "\n", + ":::{admonition} Learning Goals\n", + "- Understand Xarray’s core data structures\n", + "- Understand how to map typical Xarray computations and workflows over hierarchical data\n", + "- Understand how common storage formats correspond to the DataTree model\n", + "- Open a public Zarr store in the cloud and manipulate the contents\n", + ":::" + ] + }, + { + "cell_type": "markdown", + "id": "1", + "metadata": {}, + "source": [ + "## Schedule \n", + "\n", + "*Times in US/Pacific Timezone (Tacoma, WA)\n", + "\n", + "Use the links to navigate to the right notebooks.\n", + "\n", + "| Topic | Time | Notebook Links | \n", + "| :- | - | - | \n", + "| Introduction and Setup | 1:30 (10 min) | | \n", + "| The Xarray Data Model | 1:40 (50 min) | [Data structures Part 1](../../intermediate/datastructures-intermediate.ipynb)|\n", + "|||[Data structures In Biology](../../intermediate/BiologyDataset.ipynb)| \n", + "|||[Data structures Part 2](../../fundamentals/01_data_structures.md)| \n", + "| *10 minute Break* \n", + "| Computational Patterns | 2:30 (50 min) | [Computational Patterns](../../fundamentals/03.1_computation_with_xarray.ipynb)
[Hierarchical computation](../../intermediate/computation/hierarchical_computation.ipynb) | \n", + "| *10 minute Break* | \n", + "| Storage formats | 3:30 (50 min) | [Storage formats](../../fundamentals/01.1_io.ipynb) | \n", + "| *10 minute Break* | \n", + "| Zarr & the cloud | 4:30 (50 min) | [Intro to Zarr](../../intermediate/intro-to-zarr.ipynb) |\n", + "| | End 5:30 | |" + ] + }, + { + "cell_type": "markdown", + "id": "2", + "metadata": {}, + "source": [ + "### Tutorial Setup\n", + "\n", + "Refer to the [Getting Started Section](../../overview/get-started.md) for various options to run tutorial notebooks either on your personal computer or on a free Cloud-hosted server." + ] + } + ], + "metadata": { + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} From 19e6948feb9ce735020b1846e2049230b4002868 Mon Sep 17 00:00:00 2001 From: Vecko <36369090+VeckoTheGecko@users.noreply.github.com> Date: Sun, 14 Jun 2026 23:39:36 +0200 Subject: [PATCH 2/3] update TOC --- _toc.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/_toc.yml b/_toc.yml index 793de3aa..cfe7f887 100644 --- a/_toc.yml +++ b/_toc.yml @@ -92,6 +92,7 @@ parts: - caption: Workshops chapters: + - file: workshops/scipy2026/index.ipynb - file: workshops/scipy2025/index.ipynb - file: workshops/scipy2024/index.ipynb - file: workshops/scipy2023/README From e411be40c1e7b27be45bd8fd9a6681acedb2cff1 Mon Sep 17 00:00:00 2001 From: Vecko <36369090+VeckoTheGecko@users.noreply.github.com> Date: Sun, 14 Jun 2026 23:43:41 +0200 Subject: [PATCH 3/3] Update workshop page for 2026 --- workshops/scipy2026/index.ipynb | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/workshops/scipy2026/index.ipynb b/workshops/scipy2026/index.ipynb index a9670341..b649a889 100644 --- a/workshops/scipy2026/index.ipynb +++ b/workshops/scipy2026/index.ipynb @@ -5,19 +5,22 @@ "id": "0", "metadata": {}, "source": [ - "# SciPy 2025\n", + "# SciPy 2026\n", "\n", - "## Welcome to the Xarray SciPy 2025 Tutorial! \n", + "## Welcome to the Xarray SciPy 2026 Tutorial! \n", "\n", - "\n", + "> 🚧👷‍♀️🏗️ This page is under construction\n", "\n", - "**Hierarchical Data Analysis with Xarray DataTree & Zarr**\n", + " \n", "\n", - "July 8, 13:30–17:30 (US/Pacific), Tacoma Convention Center Room 315\n", + "**Everything is an Xarray Dataset**\n", "\n", - "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 will review a curated set of examples that will prepare you for increasingly complex real-world data analysis tasks!\n", + "\n", + "\n", + "\n", "\n", ":::{admonition} Learning Goals\n", + "TODO: Update learning goals for 2026\n", "- Understand Xarray’s core data structures\n", "- Understand how to map typical Xarray computations and workflows over hierarchical data\n", "- Understand how common storage formats correspond to the DataTree model\n", @@ -30,7 +33,7 @@ "id": "1", "metadata": {}, "source": [ - "## Schedule \n", + "" ] }, {