Skip to content

Commit 3c58d43

Browse files
authored
initial 2d groupby example (#14)
1 parent feeeb5b commit 3c58d43

File tree

4 files changed

+1367
-1
lines changed

4 files changed

+1367
-1
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ logo: xarray-for-bio-logo.png
88
# Force re-execution of notebooks on each build.
99
# See https://jupyterbook.org/content/execute.html
1010
execute:
11-
execute_notebooks: force
11+
execute_notebooks: 'off'
1212

1313
# Define the name of the latex output file for PDF builds
1414
latex:

_toc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ chapters:
77
- file: getting-help
88
- file: existing-software
99
- file: contributing
10+
- file: gallery
11+
sections:
12+
- file: gallery/2d_groupby

gallery.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Gallery
2+
3+
This gallery contains examples demonstrating various xarray features and techniques relevant to biological data analysis.
4+
5+
## Examples
6+
7+
### GroupBy Operations
8+
- **[2D GroupBy](gallery/2d_groupby)**: Advanced groupby operations across multiple dimensions
9+
10+
Each example is provided as a Jupyter notebook that you can download and run locally.

gallery/2d_groupby.ipynb

Lines changed: 1353 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)