We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aac5567 commit cd8d48eCopy full SHA for cd8d48e
.devcontainer/devcontainer.json
@@ -32,5 +32,5 @@
32
},
33
"onCreateCommand": "conda env create -f environment.yml",
34
"updateContentCommand": "conda init",
35
- "postStartCommand": "/opt/conda/envs/golden_scenario_env/bin/jupyter lab --notebook-dir=/workspaces/data-science --ip='0.0.0.0' --port=8888 --no-browser"
+ "postCreateCommand": "/opt/conda/envs/golden_scenario_env/bin/jupyter lab --notebook-dir=/workspaces/data-science --ip='0.0.0.0' --port=8888 --no-browser"
36
}
0 commit comments