We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3c9778 commit 7278be5Copy full SHA for 7278be5
.devcontainer/devcontainer.json
@@ -2,6 +2,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}",
0 commit comments