Skip to content

Commit 78550a4

Browse files
committed
🔖 Jupyter-Tutorial 1.1.0
1 parent 942db55 commit 78550a4

File tree

5 files changed

+39
-13
lines changed

5 files changed

+39
-13
lines changed

CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,15 @@ The versions follow `Semantic Versioning <https://semver.org/lang/de/>`_:
1313

1414
.. _changelog
1515
16+
1.1.0
17+
18+
* 🔖 Jupyter-Tutorial 1.1.0
19+
* ✏️ Fix PDF structure
20+
* 📝 Add ‘What’s new’ section
21+
* 📝 Add Executable Books
22+
* 💄 Beautify the Jupyter overview
23+
* 📝 Add JupyterLab documentation
24+
1625
1.0.0
1726

1827
* 🔧 Moving the Data Science content into Python4DataScience

CITATION.cff

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,30 @@ authors:
1010
email: veit@cusy.io
1111
identifiers:
1212
- type: doi
13-
value: 10.5281/zenodo.8039242
13+
value: 10.5281/zenodo.8053980
1414
- type: url
15-
value: "https://github.com/veit/jupyter-tutorial/tree/v1.0.0"
15+
value: "https://github.com/veit/jupyter-tutorial/tree/v1.1.0"
1616
repository-code: "https://github.com/veit/jupyter-tutorial/"
17-
url: "https://jupyter-tutorial.readthedocs.io/en/v1.0.0/"
17+
url: "https://jupyter-tutorial.readthedocs.io/en/v1.1.0/"
1818
abstract: >-
1919
Training materials for setting up and using a research
2020
infrastructure based on Jupyter notebooks.
2121
keywords:
2222
- Jupyter
23+
- JupyterLab
2324
- Notebook
2425
- JupyterHub
26+
- Binder
2527
- ipywidgets
2628
- Jupyter Widgets
2729
- Dashboard
30+
- nbviewer
31+
- Panel
32+
- Voilà
33+
- Sphinx
34+
- Executable Books
35+
- MyST
2836
- nbsphinx
2937
license: BSD-3-Clause
30-
version: 1.0.0
31-
date-released: "2023-06-14"
38+
version: 1.1.0
39+
date-released: "2023-06-19"

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.8039312.svg
24+
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.8053980.svg
2525
:alt: DOI
26-
:target: https://doi.org/10.5281/zenodo.8039312
26+
:target: https://doi.org/10.5281/zenodo.8053980
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: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,32 @@
22
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
33
"@type": "SoftwareSourceCode",
44
"codeRepository": "https://github.com/veit/jupyter-tutorial",
5-
"dateCreated": "2023-06-14",
5+
"dateCreated": "2019-06-27",
66
"datePublished": "2019-06-27",
7-
"dateModified": "2023-06-14",
7+
"dateModified": "2023-06-19",
88
"issueTracker": "https://github.com/veit/jupyter-tutorial/issues",
99
"name": "Jupyter Tutorial",
10-
"version": "1.0.0",
10+
"version": "1.1.0",
1111
"description": "Training materials for setting up and using a research infrastructure based on Jupyter notebooks.\n",
1212
"developmentStatus": "active",
1313
"isPartOf": "https://www.python4data.science/",
14-
"referencePublication": "https://doi.org/10.5281/zenodo.8039242",
14+
"referencePublication": "https://doi.org/10.5281/zenodo.8053980",
1515
"keywords": [
1616
"Jupyter",
17+
"JupyterLab",
1718
"Notebook",
1819
"JupyterHub",
1920
"ipywidgets",
2021
"Jupyter Widgets",
2122
"Dashboard",
23+
"Binder",
24+
"Dashboard",
25+
"nbviewer",
26+
"Panel",
27+
"Voilà",
28+
"Sphinx",
29+
"Executable Books",
30+
"MyST",
2231
"nbsphinx"
2332
],
2433
"programmingLanguage": [

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 = "1.0.0"
25+
release = "1.1.0"
2626

2727

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

0 commit comments

Comments
 (0)