Skip to content

Commit 2dca4bf

Browse files
committed
fix: add python setup to dev container
1 parent b43b61c commit 2dca4bf

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.devcontainer/devcontainer.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@
55
"image": "mcr.microsoft.com/devcontainers/miniconda:0-3",
66

77
"features": {
8-
"ghcr.io/devcontainers-contrib/features/hatch:2": {}
8+
"ghcr.io/devcontainers-contrib/features/hatch:2": {},
9+
"ghcr.io/devcontainers/features/python:1": {
10+
"installTools": true,
11+
"installJupyterlab": true,
12+
"version": "3.11"
13+
}
914
},
1015
"customizations": {
1116
"vscode": {

0 commit comments

Comments
 (0)