You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 &'"
The text was updated successfully, but these errors were encountered:
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 &'"
The text was updated successfully, but these errors were encountered: