File tree Expand file tree Collapse file tree 1 file changed +12
-13
lines changed
Expand file tree Collapse file tree 1 file changed +12
-13
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " carmapy" ,
3- "image" : " mcr.microsoft.com/devcontainers/python:0-3.11-bullseye" ,
4-
5- "customizations" : {
6- "vscode" : {
7- "extensions" : [" ms-toolsai.jupyter" ]
8- }
9- },
10- "runArgs" : [" --name" , " carmapy" ],
11- "postCreateCommand" : " zsh ./.devcontainer/post_create.sh" ,
12- "containerEnv" : { "API_NYT" : " ${localEnv:API_NYT}" ,
13- "WRDS_USER" : " ${localEnv:WRDS_USER}" ,
14- "WRDS_PASS" : " ${localEnv:WRDS_PASS}" }
2+ "name" : " carmapy" ,
3+ "image" : " mcr.microsoft.com/devcontainers/python:0-3.11-bullseye" ,
4+ "customizations" : {
5+ "vscode" : {
6+ "extensions" : [" ms-toolsai.jupyter" ]
7+ }
8+ },
9+ "runArgs" : [" --name" , " carmapy" ],
10+ "postCreateCommand" : " zsh ./.devcontainer/post_create.sh" ,
11+ "containerEnv" : {"API_NYT" : " ${localEnv:API_NYT}" ,
12+ "WRDS_USER" : " ${localEnv:WRDS_USER}" ,
13+ "WRDS_PASS" : " ${localEnv:WRDS_PASS}" }
1514}
You can’t perform that action at this time.
0 commit comments