We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53d4534 commit 892613bCopy full SHA for 892613b
1 file changed
.devcontainer/remote.jsonc
@@ -1 +1,23 @@
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