Skip to content

Commit

Permalink
🔖 Jupyter-Tutorial 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
veit committed Jun 19, 2023
1 parent 942db55 commit 78550a4
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 13 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@ The versions follow `Semantic Versioning <https://semver.org/lang/de/>`_:

.. _changelog
1.1.0

* 🔖 Jupyter-Tutorial 1.1.0
* ✏️ Fix PDF structure
* 📝 Add ‘What’s new’ section
* 📝 Add Executable Books
* 💄 Beautify the Jupyter overview
* 📝 Add JupyterLab documentation

1.0.0

* 🔧 Moving the Data Science content into Python4DataScience
Expand Down
18 changes: 13 additions & 5 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,30 @@ authors:
email: veit@cusy.io
identifiers:
- type: doi
value: 10.5281/zenodo.8039242
value: 10.5281/zenodo.8053980
- type: url
value: "https://github.com/veit/jupyter-tutorial/tree/v1.0.0"
value: "https://github.com/veit/jupyter-tutorial/tree/v1.1.0"
repository-code: "https://github.com/veit/jupyter-tutorial/"
url: "https://jupyter-tutorial.readthedocs.io/en/v1.0.0/"
url: "https://jupyter-tutorial.readthedocs.io/en/v1.1.0/"
abstract: >-
Training materials for setting up and using a research
infrastructure based on Jupyter notebooks.
keywords:
- Jupyter
- JupyterLab
- Notebook
- JupyterHub
- Binder
- ipywidgets
- Jupyter Widgets
- Dashboard
- nbviewer
- Panel
- Voilà
- Sphinx
- Executable Books
- MyST
- nbsphinx
license: BSD-3-Clause
version: 1.0.0
date-released: "2023-06-14"
version: 1.1.0
date-released: "2023-06-19"
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ Status
.. image:: https://pyup.io/repos/github/veit/jupyter-tutorial/shield.svg
:alt: Pyup
:target: https://pyup.io/repos/github/veit/jupyter-tutorial/
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.8039312.svg
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.8053980.svg
:alt: DOI
:target: https://doi.org/10.5281/zenodo.8039312
:target: https://doi.org/10.5281/zenodo.8053980
.. image:: https://img.shields.io/badge/dynamic/json?label=Mastodon&query=totalItems&url=https%3A%2F%2Fmastodon.social%2F@JupyterTutorial%2Ffollowers.json&logo=mastodon
:alt: Mastodon
:target: https://mastodon.social/@JupyterTutorial
Expand Down
17 changes: 13 additions & 4 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,32 @@
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"codeRepository": "https://github.com/veit/jupyter-tutorial",
"dateCreated": "2023-06-14",
"dateCreated": "2019-06-27",
"datePublished": "2019-06-27",
"dateModified": "2023-06-14",
"dateModified": "2023-06-19",
"issueTracker": "https://github.com/veit/jupyter-tutorial/issues",
"name": "Jupyter Tutorial",
"version": "1.0.0",
"version": "1.1.0",
"description": "Training materials for setting up and using a research infrastructure based on Jupyter notebooks.\n",
"developmentStatus": "active",
"isPartOf": "https://www.python4data.science/",
"referencePublication": "https://doi.org/10.5281/zenodo.8039242",
"referencePublication": "https://doi.org/10.5281/zenodo.8053980",
"keywords": [
"Jupyter",
"JupyterLab",
"Notebook",
"JupyterHub",
"ipywidgets",
"Jupyter Widgets",
"Dashboard",
"Binder",
"Dashboard",
"nbviewer",
"Panel",
"Voilà",
"Sphinx",
"Executable Books",
"MyST",
"nbsphinx"
],
"programmingLanguage": [
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = "Veit Schiele"

# The full version, including alpha/beta/rc tags
release = "1.0.0"
release = "1.1.0"


# -- General configuration ---------------------------------------------------
Expand Down Expand Up @@ -82,7 +82,7 @@
# documentation.
#
# Change default HTML title
html_title = "Jupyter Tutorial 1.0.0"
html_title = "Jupyter Tutorial 1.1.0"
#
# html_theme_options = {}
# html_sidebars = {}
Expand Down

0 comments on commit 78550a4

Please sign in to comment.