-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex_example.json
73 lines (73 loc) · 1.54 KB
/
index_example.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
[
{
"displayName": "R",
"description": "MAAP RSGISLib workspace v2.0. Released September 2022.",
"tags": [
"Python",
"R",
"JupyterLab",
"MAAP"
],
"icon": "/images/r.png",
"globalMemoryLimit": "2710Mi",
"links": {
"self": "/devfiles/r/devfile_2.0.yaml"
}
},
{
"displayName": "Python",
"description": "MAAP Python workspace v2.0. Released September 2022.",
"tags": [
"JupyterLab",
"Python",
"MAAP"
],
"icon": "/images/jupyter.png",
"globalMemoryLimit": "2810Mi",
"links": {
"self": "/devfiles/python/devfile_2.0.yaml"
}
},
{
"displayName": "MAAP ESA EDAV",
"description": "Latest version of MAAP ESA EDAV",
"tags": [
"EDAV",
"MAAP"
],
"icon": "/images/earth.png",
"globalMemoryLimit": "2710Mi",
"links": {
"self": "/devfiles/edav/devfile.yaml"
}
},
{
"displayName": "R (v1.0)",
"description": "MAAP RSGISLib workspace v1.0. Released February 2022.",
"tags": [
"Python",
"R",
"JupyterLab",
"MAAP"
],
"icon": "/images/r.png",
"globalMemoryLimit": "2710Mi",
"links": {
"self": "/devfiles/r/devfile.yaml"
}
},
{
"displayName": "Python (v1.0)",
"description": "MAAP Python workspace v1.0. Released February 2022.",
"tags": [
"JupyterLab",
"Python",
"MAAP"
],
"icon": "/images/jupyter.png",
"globalMemoryLimit": "2810Mi",
"links": {
"self": "/devfiles/python/devfile.yaml"
}
}
]