Skip to content

Commit 892613b

Browse files
authored
Update remote.jsonc
1 parent 53d4534 commit 892613b

1 file changed

Lines changed: 23 additions & 1 deletion

File tree

.devcontainer/remote.jsonc

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,23 @@
1-
1+
{
2+
"name": "Observable Framework remote Python image",
3+
"image": "suptext/observable-python-image:0.1.0",
4+
"forwardPorts": [
5+
3000
6+
],
7+
"portsAttributes": {
8+
"3000": {
9+
"label": "Live preview",
10+
"onAutoForward": "openPreview"
11+
}
12+
},
13+
"postAttachCommand": {
14+
"server": "code -r -g penguin-classification/docs/data/predictions.csv.py:1; npm run dep && npm run dev"
15+
},
16+
"customizations": {
17+
"codespaces": {
18+
"openFiles": [
19+
"penguin-classification/docs/index.md"
20+
]
21+
}
22+
}
23+
}

0 commit comments

Comments
 (0)