Skip to content

Commit 8e03839

Browse files
authored
Merge pull request #265 from eitsupi/update-devcontainer
Update devcontainer config
2 parents b86392d + 055724f commit 8e03839

File tree

2 files changed

+23
-20
lines changed

2 files changed

+23
-20
lines changed

.devcontainer.json

Lines changed: 23 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,25 @@
11
{
2-
"build": { "dockerfile": "Dockerfile" },
3-
4-
"customizations": {
5-
"vscode": {
6-
"extensions": [
7-
"quarto.quarto",
8-
"ms-python.python"
9-
]
10-
}
11-
},
12-
13-
"forwardPorts": [8888]
2+
"image": "mcr.microsoft.com/devcontainers/python:3",
3+
"features": {
4+
"ghcr.io/rocker-org/devcontainer-features/quarto-cli:1": {
5+
"version": "prerelease"
6+
}
7+
},
8+
"forwardPorts": [
9+
8888
10+
],
11+
"portsAttributes": {
12+
"8888": {
13+
"label": "Jupyter"
14+
}
15+
},
16+
"vscode": {
17+
"extensions": [
18+
"ms-toolsai.jupyter",
19+
"ms-python.python"
20+
]
21+
},
22+
"onCreateCommand": {
23+
"prep-python": "python3 -m pip install --upgrade setuptools jupyterlab ipython jupyterlab-quarto -e '.[dev]'"
1424
}
25+
}

Dockerfile

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)