From 76c16813b1496800476046533ab0f15f9ba16945 Mon Sep 17 00:00:00 2001
From: Clemens Lange <clemens.lange@cern.ch>
Date: Thu, 14 Jul 2022 17:08:50 +0200
Subject: [PATCH] Fix jupyter-lab command

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 8d84efe..89c651c 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ docker run --rm -it -P -p 5901:5901 -p 6080:6080 -p 8888:8888 gitlab-registry.ce
 
 If you would like to mount directories from your local file system into the container, please use `/code` as target directory in the container (and in particular do not mount to `/home/cmsusr` since this will break the VNC setup).
 
-To use [Jupyter Lab](https://jupyter.org/), run `jupyter-lab` and then point your browser to [http://localhost:8888/lab](http://localhost:8888/lab).
+To use [Jupyter Lab](https://jupyter.org/), run `jupyter-lab --ip=0.0.0.0 --no-browser` and then point your browser to [http://localhost:8888/lab](http://localhost:8888/lab).
 
 To start the VNC server when not using Jupyter Lab, run in the container:
 
-- 
GitLab