File tree Expand file tree Collapse file tree 4 files changed +1367
-1
lines changed
Expand file tree Collapse file tree 4 files changed +1367
-1
lines changed Original file line number Diff line number Diff 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
1010execute :
11- execute_notebooks : force
11+ execute_notebooks : ' off '
1212
1313# Define the name of the latex output file for PDF builds
1414latex :
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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.
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments