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 b43b61c commit 2dca4bfCopy full SHA for 2dca4bf
.devcontainer/devcontainer.json
@@ -5,7 +5,12 @@
5
"image": "mcr.microsoft.com/devcontainers/miniconda:0-3",
6
7
"features": {
8
- "ghcr.io/devcontainers-contrib/features/hatch:2": {}
+ "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
+ }
14
},
15
"customizations": {
16
"vscode": {
0 commit comments