Skip to content

Commit 42dbd14

Browse files
committed
Add install jupyterlab option in devcontainer.json.
1 parent e4110ac commit 42dbd14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"image": "mcr.microsoft.com/devcontainers/base:debian",
44
"features": {
55
"ghcr.io/devcontainers/features/python:1": {
6+
"installJupyterlab": true,
67
"version": "latest"
78
},
89
"ghcr.io/devcontainers/features/node:1": {

0 commit comments

Comments
 (0)