Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion jupyter_codeserver_proxy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def _codeserver_command(port):
if working_dir is None:
working_dir = os.getenv("JUPYTER_SERVER_ROOT", ".")

return [full_path, '--port=' + str(port), "--allow-http", "--auth", "none", working_dir ]
return [full_path, '--port=' + str(port), "--auth", "none", working_dir ]

return {
'command': _codeserver_command,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setuptools.setup(
name="jupyter-codeserver-proxy",
version='1.0b3',
version='1.0b4',
url="https://github.com/dirkcgrunwald/jupyter-codeserver-proxy.git",
author="Dirk Grunwald based on Project Jupyter Contributors",
description="[email protected]",
Expand Down