Skip to content

Commit

Permalink
Fix misspelling of jupyterlab
Browse files Browse the repository at this point in the history
  • Loading branch information
lsetiawan committed Jun 23, 2023
1 parent 389973f commit f36571f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/scipy2023/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"context": "../../conda"
},
"postCreateCommand": {
"juperlab": "mkdir /home/jovyan/.jupyter && cp .devcontainer/scipy2023/jupyter_lab_config.py /home/jovyan/.jupyter/jupyter_lab_config.py"
"jupyterlab": "mkdir /home/jovyan/.jupyter && cp .devcontainer/scipy2023/jupyter_lab_config.py /home/jovyan/.jupyter/jupyter_lab_config.py"
},
"hostRequirements": {
"cpus": 2
Expand Down

0 comments on commit f36571f

Please sign in to comment.