From 92999d64aa7c1c27a77b6fdca24192d6836850fd Mon Sep 17 00:00:00 2001 From: Sylvain Corlay Date: Fri, 9 Apr 2021 10:43:12 +0200 Subject: [PATCH] Default to JupyterLab --- repo2docker/app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/repo2docker/app.py b/repo2docker/app.py index 94671373..cab2079c 100755 --- a/repo2docker/app.py +++ b/repo2docker/app.py @@ -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: