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 bc7b52e commit a27fde4Copy full SHA for a27fde4
jupyter_remote_desktop_proxy/setup_websockify.py
@@ -47,20 +47,19 @@ def setup_websockify():
47
vnc_args
48
+ [
49
'-verbose',
50
+ '-fg',
51
'-geometry',
52
'1680x1050',
53
'-SecurityTypes',
54
'None',
- '-fg',
55
]
56
)
57
58
return {
59
'command': [
60
'websockify',
61
- '-v',
62
- '--heartbeat',
63
- '30',
+ '--verbose',
+ '--heartbeat=30',
64
'{port}',
65
66
+ websockify_args
0 commit comments