File tree 3 files changed +82
-87
lines changed
3 files changed +82
-87
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "build" : {
3
- "dockerfile" : " ../Dockerfile" ,
4
- "context" : " ../../conda"
2
+ "build" : {
3
+ "dockerfile" : " ../Dockerfile" ,
4
+ "context" : " ../../conda"
5
+ },
6
+ "postCreateCommand" : {
7
+ "juperlab" : " mkdir /home/jovyan/.jupyter && cp .devcontainer/scipy2023/jupyter_lab_config.py /home/jovyan/.jupyter/jupyter_lab_config.py"
8
+ },
9
+ "hostRequirements" : {
10
+ "cpus" : 2
11
+ },
12
+ "customizations" : {
13
+ "codespaces" : {
14
+ "openFiles" : [" workshops/scipy2023/README.md" ]
5
15
},
6
- "postCreateCommand" : {
7
- "juperlab" : " mkdir /home/jovyan/.jupyter && cp .devcontainer/scipy2023/jupyter_lab_config.py /home/jovyan/.jupyter/jupyter_lab_config.py"
8
- },
9
- "hostRequirements" : {
10
- "cpus" : 2
11
- },
12
- "customizations" : {
13
- "codespaces" : {
14
- "openFiles" : [
15
- " workshops/scipy2023/README.md"
16
- ]
17
- },
18
- "vscode" : {
19
- "extensions" : [
20
- " ms-toolsai.jupyter" ,
21
- " ms-python.python"
22
- ]
23
- }
16
+ "vscode" : {
17
+ "extensions" : [" ms-toolsai.jupyter" , " ms-python.python" ]
24
18
}
25
- }
19
+ }
20
+ }
You can’t perform that action at this time.
0 commit comments