Skip to content
Snippets Groups Projects
Commit 76c16813 authored by Clemens Lange's avatar Clemens Lange
Browse files

Fix jupyter-lab command

parent b4e2155e
Branches
No related tags found
No related merge requests found
Pipeline #4230942 passed
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment