From b7fce24bf64b255c9fdb50c55b6843d2163f3d87 Mon Sep 17 00:00:00 2001 From: Tim Head Date: Wed, 13 Mar 2019 10:42:01 -0400 Subject: [PATCH] Update __init__.py --- jupyter_vscode_proxy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupyter_vscode_proxy/__init__.py b/jupyter_vscode_proxy/__init__.py index db40803..e920567 100644 --- a/jupyter_vscode_proxy/__init__.py +++ b/jupyter_vscode_proxy/__init__.py @@ -14,7 +14,7 @@ def _get_vscode_cmd(port): executable, '--no-auth', '--allow-http', - '--port ' + str(port), + '--port=' + str(port), #working_dir ] print('Running', ' '.join(cmd), file=open("/tmp/log.log", "w"))