Skip to content

Commit 03732e6

Browse files
committed
🔖 Jupyter Tutorial 1.0.0
1 parent dc65805 commit 03732e6

File tree

5 files changed

+76
-27
lines changed

5 files changed

+76
-27
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ repos:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
99
- id: check-yaml
10+
types: [file]
11+
files: \.(yml|yaml|cff)$
1012
- id: check-added-large-files
1113
- id: check-json
1214
types: [file] # override `types: [json]`

CITATION.cff

Lines changed: 26 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,31 @@
1-
cff-version: "1.1.0"
2-
message: "If you use this tutorial, please cite it as below."
1+
cff-version: 1.2.0
2+
title: Jupyter Tutorial
3+
message: >-
4+
If you use this tutorial, please cite it using the
5+
metadata from this file.
6+
type: software
37
authors:
4-
-
8+
- given-names: Veit
59
family-names: Schiele
6-
given-names: Veit
7-
orcid: "https://orcid.org/https://orcid.org/0000-0002-2448-8958"
10+
811
identifiers:
9-
-
10-
type: doi
11-
value: "10.5281/zenodo.4147287"
12+
- type: doi
13+
value: 10.5281/zenodo.8039242
14+
- type: url
15+
value: "https://github.com/veit/jupyter-tutorial/tree/v1.0.0"
16+
repository-code: "https://github.com/veit/jupyter-tutorial/"
17+
url: "https://jupyter-tutorial.readthedocs.io/en/v1.0.0/"
18+
abstract: >-
19+
Training materials for setting up and using a research
20+
infrastructure based on Jupyter notebooks.
1221
keywords:
13-
- "data-science"
14-
- jupyter
15-
- "jupyter-notebooks"
16-
- "jupyter-kernels"
17-
- ipython
18-
- pandas
19-
- spack
20-
- pipenv
22+
- Jupyter
23+
- Notebook
24+
- JupyterHub
2125
- ipywidgets
22-
- "ipython-widget"
23-
- dvc
24-
title: "Jupyter tutorial"
25-
version: "0.8.0"
26-
date-released: 2020-10-08
27-
license: "BSD-3-Clause"
28-
repository-code: "https://github.com/veit/jupyter-tutorial"
26+
- Jupyter Widgets
27+
- Dashboard
28+
- nbsphinx
29+
license: BSD-3-Clause
30+
version: 1.0.0
31+
date-released: "2023-06-14"

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ Status
2121
.. image:: https://pyup.io/repos/github/veit/jupyter-tutorial/shield.svg
2222
:alt: Pyup
2323
:target: https://pyup.io/repos/github/veit/jupyter-tutorial/
24-
.. image:: https://zenodo.org/badge/doi/10.5281/zenodo.4147287.svg
24+
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.8039312.svg
2525
:alt: DOI
26-
:target: https://zenodo.org/badge/latestdoi/199994535
26+
:target: https://doi.org/10.5281/zenodo.8039312
2727
.. image:: https://img.shields.io/badge/dynamic/json?label=Mastodon&query=totalItems&url=https%3A%2F%2Fmastodon.social%2F@JupyterTutorial%2Ffollowers.json&logo=mastodon
2828
:alt: Mastodon
2929
:target: https://mastodon.social/@JupyterTutorial

codemeta.json

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
3+
"@type": "SoftwareSourceCode",
4+
"codeRepository": "https://github.com/veit/jupyter-tutorial",
5+
"dateCreated": "2023-06-14",
6+
"datePublished": "2019-06-27",
7+
"dateModified": "2023-06-14",
8+
"issueTracker": "https://github.com/veit/jupyter-tutorial/issues",
9+
"name": "Jupyter Tutorial",
10+
"version": "1.0.0",
11+
"description": "Training materials for setting up and using a research infrastructure based on Jupyter notebooks.\n",
12+
"developmentStatus": "active",
13+
"isPartOf": "https://www.python4data.science/",
14+
"referencePublication": "https://doi.org/10.5281/zenodo.8039242",
15+
"keywords": [
16+
"Jupyter",
17+
"Notebook",
18+
"JupyterHub",
19+
"ipywidgets",
20+
"Jupyter Widgets",
21+
"Dashboard",
22+
"nbsphinx"
23+
],
24+
"programmingLanguage": [
25+
"Python 3"
26+
],
27+
"operatingSystem": [
28+
"Linux",
29+
"Windows",
30+
"macOS"
31+
],
32+
"author": [
33+
{
34+
"@type": "Person",
35+
"givenName": "Veit",
36+
"familyName": "Schiele",
37+
"email": "[email protected]",
38+
"affiliation": {
39+
"@type": "Organization",
40+
"name": "cusy GmbH"
41+
}
42+
}
43+
]
44+
}

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = "Veit Schiele"
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = "0.9.0"
25+
release = "1.0.0"
2626

2727

2828
# -- General configuration ---------------------------------------------------
@@ -82,7 +82,7 @@
8282
# documentation.
8383
#
8484
# Change default HTML title
85-
html_title = "Jupyter Tutorial 0.9.0"
85+
html_title = "Jupyter Tutorial 1.0.0"
8686
#
8787
# html_theme_options = {}
8888
# html_sidebars = {}

0 commit comments

Comments
 (0)