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: