Skip to content

Commit fa5ce1f

Browse files
authored
Update 10_error_handling.ipynb
1 parent d0c2066 commit fa5ce1f

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

10_error_handling.ipynb

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,11 @@
3333
{
3434
"cell_type": "code",
3535
"execution_count": null,
36-
"metadata": {},
36+
"metadata": {
37+
"tags": [
38+
"raises-exception"
39+
]
40+
},
3741
"outputs": [],
3842
"source": [
3943
"setHeight(\"cat\")"
@@ -72,7 +76,11 @@
7276
{
7377
"cell_type": "code",
7478
"execution_count": null,
75-
"metadata": {},
79+
"metadata": {
80+
"tags": [
81+
"raises-exception"
82+
]
83+
},
7684
"outputs": [],
7785
"source": [
7886
"setHeight(\"cat\")"
@@ -105,7 +113,11 @@
105113
{
106114
"cell_type": "code",
107115
"execution_count": null,
108-
"metadata": {},
116+
"metadata": {
117+
"tags": [
118+
"raises-exception"
119+
]
120+
},
109121
"outputs": [],
110122
"source": [
111123
"setHeight(\"cat\")"
@@ -123,7 +135,11 @@
123135
{
124136
"cell_type": "code",
125137
"execution_count": null,
126-
"metadata": {},
138+
"metadata": {
139+
"tags": [
140+
"raises-exception"
141+
]
142+
},
127143
"outputs": [],
128144
"source": [
129145
"setHeight(\"1.8 m\")"

0 commit comments

Comments
 (0)