kopia lustrzana https://github.com/jupyterhub/repo2docker
Default to JupyterLab
rodzic
f1d01b6b67
commit
92999d64aa
|
@ -582,6 +582,7 @@ class Repo2Docker(Application):
|
||||||
"--port",
|
"--port",
|
||||||
port,
|
port,
|
||||||
"--NotebookApp.custom_display_url=http://{}:{}".format(host_name, port),
|
"--NotebookApp.custom_display_url=http://{}:{}".format(host_name, port),
|
||||||
|
"--NotebookApp.default_url=/lab",
|
||||||
]
|
]
|
||||||
ports = {"%s/tcp" % port: port}
|
ports = {"%s/tcp" % port: port}
|
||||||
else:
|
else:
|
||||||
|
|
Ładowanie…
Reference in New Issue