-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathdevcontainer-template.json
41 lines (41 loc) · 1.04 KB
/
devcontainer-template.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"id": "jupyter-datascience-notebooks",
"version": "2.0.0",
"name": "Jupyter Data Science Notebooks",
"description": "Use Jupyter Data Science Notebooks with Python, R, Julia, and more.",
"documentationURL": "https://github.com/devcontainers-community/templates-jupyter-datascience-notebooks",
"publisher": "Community",
"licenseURL": "https://github.com/devcontainers-community/templates-jupyter-datascience-notebooks/blob/main/LICENSE",
"options": {
"baseVariant": {
"type": "string",
"description": "Base image. Check the documentation for details.",
"default": "datascience-notebook",
"proposals": [
"base-notebook",
"minimal-notebook",
"r-notebook",
"scipy-notebook",
"tensorflow-notebook",
"datascience-notebook",
"pyspark-notebook",
"all-spark-notebook"
]
},
"imageVariant": {
"type": "string",
"description": "Image version (tag).",
"default": "latest",
"proposals": ["latest"]
}
},
"platforms": [
"Python",
"R",
"Julia",
"numpy",
"pandas",
"tidyverse",
"much more"
]
}