From 46a5e9a976e86ce58332bd2cce9fb2261cc7f605 Mon Sep 17 00:00:00 2001
From: stamm <stamm@mathcces.rwth-aachen.de>
Date: Tue, 10 Oct 2023 13:35:52 +0200
Subject: [PATCH] now it should work

---
 0_Installation.ipynb | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/0_Installation.ipynb b/0_Installation.ipynb
index b4d3ec7..db208f5 100644
--- a/0_Installation.ipynb
+++ b/0_Installation.ipynb
@@ -59,7 +59,7 @@
     "## Software und Material\n",
     "Was du für das Seminar brauchst (schneller Überblick):\n",
     "\n",
-    "- [Julia](https://julialang.org/downloads/)\n",
+    "- [Julia 1.9](https://julialang.org/downloads/)\n",
     "- [Jupyter](https://jupyter.org/) und [IJulia.jl](https://github.com/JuliaLang/IJulia.jl)\n",
     "- Dieses Repository mit den Workshop-Materialien\n",
     "- Alle benötigten Abhängigkeiten (Julia-Pakete) für das Seminar\n",
@@ -120,11 +120,19 @@
     "    push!(p, x, sin(x))\n",
     "end"
    ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": null,
+   "id": "2d98e3b8",
+   "metadata": {},
+   "outputs": [],
+   "source": []
   }
  ],
  "metadata": {
   "kernelspec": {
-   "display_name": "Julia 1.9.3",
+   "display_name": "Julia 1.9.2",
    "language": "julia",
    "name": "julia-1.9"
   },
-- 
GitLab