We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2cf4c5 commit be98a82Copy full SHA for be98a82
service/app/main.py
@@ -2,4 +2,4 @@
2
3
# write your code.
4
print("Hello World!")
5
-print('abspath: ', os.path.abspath(__file__))
+print('abspath: ', os.path.abspath(__file__))
service/workspace/main.ipynb
@@ -19,7 +19,7 @@
19
"\n",
20
"# write your code.\n",
21
"print(\"Hello Jupyter\")\n",
22
- "print('abspath: ', os.path.abspath(__file__))"
+ "print('abspath: ', os.path.abspath(__file__))\n"
23
]
24
}
25
],
0 commit comments