-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcodemeta.json
49 lines (49 loc) · 1.51 KB
/
codemeta.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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"codeRepository": "https://github.com/veit/jupyter-tutorial-de/",
"dateCreated": "2023-06-18",
"datePublished": "2023-06-18",
"dateModified": "2023-06-18",
"downloadUrl": "https://github.com/veit/jupyter-tutorial-de/archive/refs/tags/24.1.0.tar.gz",
"issueTracker": "https://github.com/veit/jupyter-tutorial-de/issues",
"name": "Jupyter-Tutorial",
"version": "1.1.1",
"description": "Schulungsmaterialen für den Aufbau und die Nutzung einer Forschungsinfrastruktur auf Basis von Jupyter Notebooks.",
"developmentStatus": "active",
"isPartOf": "https://www.python4data.science/de/latest/",
"referencePublication": "https://doi.org/10.5281/zenodo.10961431",
"keywords": [
"Jupyter",
"JupyterLab",
"iPython",
"Jupyter-Kernel",
"iPython-Widget",
"ipywidget",
"Notebook",
"JupyterHub",
"Binder",
"Dashboard",
"nbviewer",
"Panel",
"Voilà",
"Sphinx",
"Executable Books",
"MyST"
],
"relatedLink": [
"https://jupyter-tutorial.readthedocs.io/de/24.1.0/"
],
"author": [
{
"@type": "Person",
"givenName": "Veit",
"familyName": "Schiele",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "cusy GmbH"
}
}
]
}