From 1796d718d81e0fc8c00da16fee6ecca14f3077b3 Mon Sep 17 00:00:00 2001 From: Stefan Gaiselmann Date: Thu, 29 Jun 2023 22:13:42 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Ejupyter.adoc=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jupyter.adoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/jupyter.adoc b/jupyter.adoc index 8558f5f..4835347 100644 --- a/jupyter.adoc +++ b/jupyter.adoc @@ -9,7 +9,7 @@ tab = "&tab=41SLSP_FHNW_MyInst_and_CI&search_scope=MyInst_andCI&vid=41SLSP_FNW:V search = "search?query=any,contains,({})" # Input, Jahr + Monate year = "2023" -months = ["03", "04", "05"] +months = ["03", "04", "05"] # <1> themes = ["Allgemeines, Umweltschutz, Spielfilme, Kinder- und Jugendmedien", "Theologie, Philosophie, Ethik, Psychologie", "Pädagogik", @@ -37,4 +37,5 @@ for i in range(len(themes)): text = "
  • " + themes[i] + "
  • " print(text) ----- \ No newline at end of file +---- +<1> Definition der Monate \ No newline at end of file