File tree Expand file tree Collapse file tree 5 files changed +39
-13
lines changed
Expand file tree Collapse file tree 5 files changed +39
-13
lines changed Original file line number Diff line number Diff 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+
16251.0.0
1726
1827* 🔧 Moving the Data Science content into Python4DataScience
Original file line number Diff line number Diff line change @@ -10,22 +10,30 @@ authors:
1010 email : veit@cusy.io
1111identifiers :
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"
1616repository-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/"
1818abstract : >-
1919 Training materials for setting up and using a research
2020 infrastructure based on Jupyter notebooks.
2121keywords :
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
2937license : 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 "
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" : [
Original file line number Diff line number Diff line change 2222author = "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 ---------------------------------------------------
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 = {}
You can’t perform that action at this time.
0 commit comments