Skip to content

Commit 7278be5

Browse files
committed
Added Jupyter extension pack to devcontainer.
1 parent a3c9778 commit 7278be5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
"name": "carmapy",
33
"image": "mcr.microsoft.com/devcontainers/python:0-3.11-bullseye",
44

5+
"customizations": {
6+
"vscode": {
7+
"extensions": ["ms-toolsai.jupyter"]
8+
}
9+
},
510
"runArgs": ["--name", "carmapy"],
611
"postCreateCommand": "zsh ./.devcontainer/post_create.sh",
712
"containerEnv": { "API_NYT": "${localEnv:API_NYT}",

0 commit comments

Comments
 (0)