File tree Expand file tree Collapse file tree 2 files changed +23
-20
lines changed Expand file tree Collapse file tree 2 files changed +23
-20
lines changed Original file line number Diff line number Diff line change 1
1
{
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]'"
14
24
}
25
+ }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments