diff --git a/jupyter_vscode_proxy/__init__.py b/jupyter_vscode_proxy/__init__.py index 4d2b661..db40803 100644 --- a/jupyter_vscode_proxy/__init__.py +++ b/jupyter_vscode_proxy/__init__.py @@ -15,7 +15,7 @@ def _get_vscode_cmd(port): '--no-auth', '--allow-http', '--port ' + str(port), - working_dir + #working_dir ] print('Running', ' '.join(cmd), file=open("/tmp/log.log", "w")) return cmd