File tree Expand file tree Collapse file tree 5 files changed +76
-27
lines changed Expand file tree Collapse file tree 5 files changed +76
-27
lines changed Original file line number Diff line number Diff line change 7
7
- id : trailing-whitespace
8
8
- id : end-of-file-fixer
9
9
- id : check-yaml
10
+ types : [file]
11
+ files : \.(yml|yaml|cff)$
10
12
- id : check-added-large-files
11
13
- id : check-json
12
14
types : [file] # override `types: [json]`
Original file line number Diff line number Diff line change 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
3
7
authors :
4
- -
8
+ - given-names : Veit
5
9
family-names : Schiele
6
- given-names : Veit
7
- orcid : " https://orcid.org/https://orcid.org/0000-0002-2448-8958"
10
+
8
11
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.
12
21
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
21
25
- 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"
Original file line number Diff line number Diff line change 21
21
.. image :: https://pyup.io/repos/github/veit/jupyter-tutorial/shield.svg
22
22
:alt: Pyup
23
23
: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
25
25
:alt: DOI
26
- :target: https://zenodo .org/badge/latestdoi/199994535
26
+ :target: https://doi .org/10.5281/zenodo.8039312
27
27
.. image :: https://img.shields.io/badge/dynamic/json?label=Mastodon&query=totalItems&url=https%3A%2F%2Fmastodon.social%2F@JupyterTutorial%2Ffollowers.json&logo=mastodon
28
28
:alt: Mastodon
29
29
:target: https://mastodon.social/@JupyterTutorial
Original file line number Diff line number Diff line change
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
+
38
+ "affiliation" : {
39
+ "@type" : " Organization" ,
40
+ "name" : " cusy GmbH"
41
+ }
42
+ }
43
+ ]
44
+ }
Original file line number Diff line number Diff line change 22
22
author = "Veit Schiele"
23
23
24
24
# The full version, including alpha/beta/rc tags
25
- release = "0.9 .0"
25
+ release = "1.0 .0"
26
26
27
27
28
28
# -- General configuration ---------------------------------------------------
82
82
# documentation.
83
83
#
84
84
# Change default HTML title
85
- html_title = "Jupyter Tutorial 0.9 .0"
85
+ html_title = "Jupyter Tutorial 1.0 .0"
86
86
#
87
87
# html_theme_options = {}
88
88
# html_sidebars = {}
You can’t perform that action at this time.
0 commit comments