Skip to content

Scipy2025 outline page #324

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

Merged
merged 7 commits into from
Jul 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Deploy Website to GitHub Pages](https://github.com/xarray-contrib/xarray-tutorial/actions/workflows/main.yaml/badge.svg)](https://github.com/xarray-contrib/xarray-tutorial/actions/workflows/main.yaml)
[![Jupyter Book Badge](https://jupyterbook.org/badge.svg)](https://tutorial.xarray.dev)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/xarray-contrib/xarray-tutorial/HEAD?labpath=overview/xarray-in-45-min.ipynb)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/xarray-contrib/xarray-tutorial/HEAD?labpath=workshops/scipy2025/index.ipynb)

This is the repository for a Jupyter Book website with tutorial material for [Xarray](https://github.com/pydata/xarray), _an open source project and Python package that makes working with labelled multi-dimensional arrays simple, efficient, and fun!_

Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ exclude_patterns: [.github, .pixi]
html:
# NOTE: this announcement shows up on all pages
#announcement: '<a href="https://forms.gle/KEq7WviCdz9xTaJX6">The Xarray 2024 User Survey is live. Please take ~5 minutes to fill it out and help us improve Xarray.</a>'
#announcement: 'ℹ️ SciPy 2024 Tutorial Attendees. <a href="https://tutorial.xarray.dev/workshops/scipy2024/README.html">Click here </a>.'
announcement: 'ℹ️ SciPy 2025 Tutorial Attendees. <a href="https://tutorial.xarray.dev/workshops/scipy2025/index.html">Click here! </a>.'
home_page_in_navbar: false
use_edit_page_button: true
use_issues_button: true
Expand Down
2 changes: 1 addition & 1 deletion _static/style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.bd-header-announcement {
background-color: var(--pst-color-info-bg);
background-color: var(--pst-color-accent);
}
1 change: 1 addition & 0 deletions _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ parts:

- caption: Workshops
chapters:
- file: workshops/scipy2025/index.ipynb
- file: workshops/scipy2024/index.ipynb
- file: workshops/scipy2023/README
- file: workshops/thinking-like-xarray/README
Expand Down
78 changes: 78 additions & 0 deletions workshops/scipy2025/index.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
{
"cells": [
{
"cell_type": "markdown",
"id": "0",
"metadata": {},
"source": [
"# SciPy 2025\n",
"\n",
"## Welcome to the Xarray SciPy 2025 Tutorial! \n",
"\n",
"<img src=\"https://images.squarespace-cdn.com/content/v1/6743676bb9f2e109f0ddba96/055e9b3f-965f-42c7-b496-2ba3870e216e/Logo_color-black.png?format=1500w\" align=\"right\" width=\"20%\">\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](../../fundamentals/01_data_structures.md) | \n",
"| *10 minute Break* \n",
"| Computational Patterns | 2:30 (50 min) | [Computational Patterns](../../intermediate/01-high-level-computation-patterns.ipynb) <br> | \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
}
Loading