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 203e123 commit c12c16cCopy full SHA for c12c16c
jupyter_remote_desktop_proxy/setup_websockify.py
@@ -12,6 +12,8 @@ def setup_websockify():
12
raise RuntimeError(
13
"vncserver executable not found, please install a VNC server"
14
)
15
+ if not which('websockify'):
16
+ raise RuntimeError("websockify executable not found, please install websockify")
17
18
# TurboVNC and TigerVNC share the same origin and both use a Perl script
19
# as the executable vncserver. We can determine if vncserver is TigerVNC
0 commit comments