Skip to content

Commit 77b482a

Browse files
authored
Update devcontainer.json
1 parent 4898bae commit 77b482a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"image": "mcr.microsoft.com/devcontainers/universal:2",
33
"features": {
44
"ghcr.io/devcontainers-extra/features/kotlin-sdkman:2": {}
5-
}
5+
},
6+
"postCreateCommand": "python -m pip install kotlin-jupyter-kernel"
67
}

0 commit comments

Comments
 (0)