Skip to content

Commit 5e11585

Browse files
committed
fix internal link, add cell tags
1 parent 62177ce commit 5e11585

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

fundamentals/03.1_computation_with_xarray.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7+
"(fundamentals/basic-computation)=\n",
78
"# Basic Computation\n",
89
"\n",
910
"In this lesson, we discuss how to do scientific computations with xarray\n",

intermediate/hierarchical_computation.ipynb

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"source": [
88
"# Hierarchical computations\n",
99
"\n",
10-
"In this lesson, we extend what we learned about [basic computation](#basic-computation) to hierarchical datasets. By the end of the lesson, we will be able to:\n",
10+
"In this lesson, we extend what we learned about <project:#fundamentals/basic-computation> to hierarchical datasets. By the end of the lesson, we will be able to:\n",
1111
"\n",
1212
"- Apply basic arithmetic and label-aware reductions to xarray DataTree objects\n",
1313
"- Apply arbitrary functions across all nodes across a tree"
@@ -201,7 +201,12 @@
201201
"cell_type": "code",
202202
"execution_count": null,
203203
"id": "18",
204-
"metadata": {},
204+
"metadata": {
205+
"tags": [
206+
"raises-exception",
207+
"hide-output"
208+
]
209+
},
205210
"outputs": [],
206211
"source": [
207212
"tree.map_over_datasets(demean)"

0 commit comments

Comments
 (0)