Default to JupyterLab

pull/1035/head
Sylvain Corlay 2021-04-09 10:43:12 +02:00 zatwierdzone przez Min RK
rodzic f1d01b6b67
commit 92999d64aa
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -582,6 +582,7 @@ class Repo2Docker(Application):
"--port",
port,
"--NotebookApp.custom_display_url=http://{}:{}".format(host_name, port),
"--NotebookApp.default_url=/lab",
]
ports = {"%s/tcp" % port: port}
else: