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 diff --git a/workshops/scipy2026/index.ipynb b/workshops/scipy2026/index.ipynb new file mode 100644 index 00000000..b649a889 --- /dev/null +++ b/workshops/scipy2026/index.ipynb @@ -0,0 +1,86 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "id": "0", + "metadata": {}, + "source": [ + "# SciPy 2026\n", + "\n", + "## Welcome to the Xarray SciPy 2026 Tutorial! \n", + "\n", + "> 🚧👷‍♀️🏗️ This page is under construction\n", + "\n", + " \n", + "\n", + "**Everything is an Xarray Dataset**\n", + "\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", + "- Open a public Zarr store in the cloud and manipulate the contents\n", + ":::" + ] + }, + { + "cell_type": "markdown", + "id": "1", + "metadata": {}, + "source": [ + "" + ] + }, + { + "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 +}