diff --git a/Readme.md b/Readme.md index c3745604ce457c3073e4c8af27c2351ced624035..74ca4b95a26a50f68559f3f06f13bfc2925c0720 100644 --- a/Readme.md +++ b/Readme.md @@ -6,15 +6,15 @@ für die Nutzung der Notebooks aus diesem Repository werden folgende Python-Pake * pandas * numpy * scipy -* jupyter-lab -* jupyter-nbclassic +* jupyter +* jupyterlab * mobilechelonian * ipywidgets Du kannst sie mit dem folgenden Befehl installieren: ``` -pip3 install matplotlib pandas numpy scipy jupyter jupyter-lab jupyter-nbclassic ipywidgets mobilechelonian +pip3 install matplotlib pandas numpy scipy jupyter jupyterlab ipywidgets mobilechelonian ``` Anschließend kann Jupyter über die Konsole gestartet werden. Dazu sollte sich die Konsole im Basisordner der Informatik-Übungen befinden. diff --git a/Uebung01/JupyterNotebook_Grundlagen.ipynb b/Uebung01/JupyterNotebook_Grundlagen.ipynb index 407e0427e73edb5b10d4d1f27e7bb5988fa5f558..d24c0863b25305f65c2a77a1e8f8561be82d8a3a 100644 --- a/Uebung01/JupyterNotebook_Grundlagen.ipynb +++ b/Uebung01/JupyterNotebook_Grundlagen.ipynb @@ -298,7 +298,7 @@ "\n", "# Plot the Lorenz attractor using a Matplotlib 3D projection.\n", "fig = plt.figure(facecolor='k', figsize=(WIDTH/DPI, HEIGHT/DPI))\n", - "ax = fig.gca(projection='3d')\n", + "ax = fig.add_subplot(projection='3d')\n", "ax.set_facecolor('k')\n", "fig.subplots_adjust(left=0, right=1, bottom=0, top=1)\n", "\n",