Skip to content

Commit 092671c

Browse files
authored
fix cmd
1 parent a251045 commit 092671c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

jupyter_nestdesktop_proxy/__init__.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,9 @@ def setup_nestdesktop():
5252
# create command
5353
cmd = [
5454
get_nestdesktop_executable('nest-desktop'),
55-
'-h localhost',
56-
'-p {port}',
55+
'start',
56+
'-h', 'localhost',
57+
'-p', '{port}',
5758
]
5859
logger.info('NEST Desktop command: ' + ' '.join(cmd))
5960

0 commit comments

Comments
 (0)