Skip to content

Commit 5beac83

Browse files
authored
Create devcontainer-template.json
1 parent 42429f1 commit 5beac83

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

devcontainer-template.json

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"id": "jupyter-datascience-notebooks",
3+
"version": "1.0.2",
4+
"name": "Jupyter Data Science Notebooks",
5+
"description": "Use Jupyter Data Science Notebooks with Python, R, Julia, and more.",
6+
"documentationURL": "https://github.com/devcontainers-community/templates-jupyter-datascience-notebooks",
7+
"publisher": "Community",
8+
"licenseURL": "https://github.com/devcontainers-community/templates-jupyter-datascience-notebooks/blob/main/LICENSE",
9+
"options": {
10+
"baseVariant": {
11+
"type": "string",
12+
"description": "Base image. Check the documentation for details.",
13+
"default": "datascience-notebook",
14+
"proposals": [
15+
"base-notebook",
16+
"minimal-notebook",
17+
"r-notebook",
18+
"scipy-notebook",
19+
"tensorflow-notebook",
20+
"datascience-notebook",
21+
"pyspark-notebook",
22+
"all-spark-notebook"
23+
]
24+
},
25+
"imageVariant": {
26+
"type": "string",
27+
"description": "Image version (tag).",
28+
"default": "latest",
29+
"proposals": ["latest"]
30+
}
31+
},
32+
"platforms": [
33+
"Python",
34+
"R",
35+
"Julia",
36+
"numpy",
37+
"pandas",
38+
"tidyverse",
39+
"much more"
40+
]
41+
}

0 commit comments

Comments
 (0)