Skip to content

Commit f2cf4c5

Browse files
add github actions
1 parent 530834d commit f2cf4c5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

service/workspace/main.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "code",
5-
"execution_count": 1,
5+
"execution_count": null,
66
"id": "040894a5-811b-40f9-90ee-734b088ef544",
77
"metadata": {},
88
"outputs": [
@@ -16,10 +16,10 @@
1616
],
1717
"source": [
1818
"import os\n",
19-
"import sys\n",
2019
"\n",
2120
"# write your code.\n",
22-
"print(\"Hello Jupyter\")"
21+
"print(\"Hello Jupyter\")\n",
22+
"print('abspath: ', os.path.abspath(__file__))"
2323
]
2424
}
2525
],

0 commit comments

Comments
 (0)