We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01a14e9 commit 15fddb3Copy full SHA for 15fddb3
1 file changed
service/workspace/main.ipynb
@@ -2,7 +2,7 @@
2
"cells": [
3
{
4
"cell_type": "code",
5
- "execution_count": 1,
+ "execution_count": null,
6
"id": "040894a5-811b-40f9-90ee-734b088ef544",
7
"metadata": {},
8
"outputs": [
@@ -19,7 +19,7 @@
19
"\n",
20
"# write your code.\n",
21
"print(\"Hello Jupyter\")\n",
22
- "print(\"abspath:\", os.path.abspath(__file__))\n"
+ "print(\"abspath:\", os.path.abspath(__file__))"
23
]
24
}
25
],
0 commit comments