Skip to content

Commit

Permalink
preparing release of v2.1.0 with python kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas C. Bossert committed Nov 2, 2021
1 parent 8207cac commit c3cd24a
Show file tree
Hide file tree
Showing 9 changed files with 66,071 additions and 6 deletions.
14 changes: 13 additions & 1 deletion Notebook/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,21 @@ The [Makefile file](makefile) can be used to generate the various formats:
- [Webpage](the-promise-to-partner.html)
- [WebSlides](the-promise-to-partner.slides.html)

Comments, corrections, and suggestions for improvement are welcome to be submitted as [_Pull Request_](https://github.com/LukasCBossert/das-versprechen-der-vernetzung/pulls) or entered at [_Issues_](https://github.com/LukasCBossert/das-versprechen-der-vernetzung/issues).
Comments, corrections, and suggestions for improvement are welcome
to be submitted as [_Pull Request_](https://github.com/LukasCBossert/das-versprechen-der-vernetzung/pulls)
or entered at [_Issues_](https://github.com/LukasCBossert/das-versprechen-der-vernetzung/issues).

Furthermore you find the solution snippets we used for the Hands-On-Workshop itself:

- [JupyterNotebook](the-promise-to-partner-Workshop.ipynb)
- [Markdown](the-promise-to-partner-Workshop.md)

Thanks to community contribution the JupyterNotebook we used for the workshop is
now available with a Python-Kernel.

- [PDF (via LuaLaTeX)](the-promise-to-partner-Workshop_python.pdf)
- [org-mode](the-promise-to-partner-Workshop_python.org)
- [Markdown](the-promise-to-partner-Workshop_python.md)
- [Python script](the-promise-to-partner-Workshop_python.py)
- [Webpage](the-promise-to-partner-Workshop_python.html)
- [WebSlides](the-promise-to-partner-Workshop_python.slides.html)
2 changes: 1 addition & 1 deletion Notebook/makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
NAME = the-promise-to-partner
NAME ?= the-promise-to-partner
WORKSHOP = $(NAME)-workshop
MAKE = make
MYPATH = JupyterNotebook
Expand Down
Loading

0 comments on commit c3cd24a

Please sign in to comment.