jupyter-devbox icon indicating copy to clipboard operation
jupyter-devbox copied to clipboard

automatically start jupyter?

Open jakoch opened this issue 2 years ago • 0 comments

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 &'"

jakoch avatar Jul 23 '23 15:07 jakoch