Skip to content

Commit b853462

Browse files
Revert changes made to notebook
1 parent 1d9bd8b commit b853462

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

docs/directives/my_notebook.ipynb

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@
2323
"cell_type": "code",
2424
"execution_count": 2,
2525
"id": "84361143",
26-
"metadata": {
27-
"strip": "true"
28-
},
26+
"metadata": {},
2927
"outputs": [
3028
{
3129
"name": "stdout",
@@ -36,8 +34,7 @@
3634
}
3735
],
3836
"source": [
39-
"foo()\n",
40-
"# This cell contains \"strip\": \"true\" in the metadata and therefore won't exist"
37+
"foo()"
4138
]
4239
},
4340
{
@@ -46,9 +43,7 @@
4643
"id": "b9f8bed0",
4744
"metadata": {},
4845
"outputs": [],
49-
"source": [
50-
"# This cell will exist because it hasn't been tagged"
51-
]
46+
"source": []
5247
}
5348
],
5449
"metadata": {

0 commit comments

Comments
 (0)