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