We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bffdf76 commit 2f9b27bCopy full SHA for 2f9b27b
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__))\n"
+ "print('abspath:', os.path.abspath(__file__))\n"
23
]
24
}
25
],
0 commit comments