We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d9bd8b commit b853462Copy full SHA for b853462
docs/directives/my_notebook.ipynb
@@ -23,9 +23,7 @@
23
"cell_type": "code",
24
"execution_count": 2,
25
"id": "84361143",
26
- "metadata": {
27
- "strip": "true"
28
- },
+ "metadata": {},
29
"outputs": [
30
{
31
"name": "stdout",
@@ -36,8 +34,7 @@
36
34
}
37
35
],
38
"source": [
39
- "foo()\n",
40
- "# This cell contains \"strip\": \"true\" in the metadata and therefore won't exist"
+ "foo()"
41
]
42
},
43
@@ -46,9 +43,7 @@
46
"id": "b9f8bed0",
47
44
"metadata": {},
48
45
"outputs": [],
49
- "source": [
50
- "# This cell will exist because it hasn't been tagged"
51
- ]
+ "source": []
52
53
54
"metadata": {
0 commit comments