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 beeaa93 commit 7339635Copy full SHA for 7339635
1 file changed
fri/test.py
@@ -68,8 +68,8 @@ def getFilesList():
68
response = requests.request("POST", url)
69
print(response.text)
70
71
-def openJupyterLa():
72
- url = "http://127.0.0.1:5000/openJupyterLab"
+def openJupyter():
+ url = "http://127.0.0.1:5000/openJupyter"
73
74
75
@@ -81,5 +81,5 @@ def openJupyterLa():
81
# debug()
82
# destroy()
83
getFilesList()
84
-# openJupyterLa()
+# openJupyter()
85
0 commit comments