currently, you have to start the notebook manually after the container is build.
find out, if we can automatically start the notebook server in the background, e.g.
by adding the following line to devcontainer.json
"postStartCommand": "nohup bash -c 'start-notebooks.sh &'"