Skip to content

Commit f36571f

Browse files
committed
Fix misspelling of jupyterlab
1 parent 389973f commit f36571f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/scipy2023/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"context": "../../conda"
55
},
66
"postCreateCommand": {
7-
"juperlab": "mkdir /home/jovyan/.jupyter && cp .devcontainer/scipy2023/jupyter_lab_config.py /home/jovyan/.jupyter/jupyter_lab_config.py"
7+
"jupyterlab": "mkdir /home/jovyan/.jupyter && cp .devcontainer/scipy2023/jupyter_lab_config.py /home/jovyan/.jupyter/jupyter_lab_config.py"
88
},
99
"hostRequirements": {
1010
"cpus": 2

0 commit comments

Comments
 (0)