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 0990a4e commit 8730ad0Copy full SHA for 8730ad0
src/jupyter_glances_proxy/__init__.py
@@ -67,7 +67,7 @@ def run_app():
67
logger.debug(f"[{user}] Launch Command: {executable_name}")
68
return {
69
"command": [
70
- "glances",
+ executable_name,
71
"--webserver",
72
f"--bind={host}",
73
"--port={port}",
0 commit comments