Skip to content
Snippets Groups Projects
Forked from Malte Woidt / Informatik2022
3 commits behind the upstream repository.

Lokale Installation von Jupyter-Notebooks

für die Nutzung der Notebooks aus diesem Repository werden folgende Python-Pakete benötigt

  • matplotlib
  • pandas
  • numpy
  • scipy
  • jupyter
  • jupyterlab
  • mobilechelonian
  • ipywidgets

Du kannst sie mit dem folgenden Befehl installieren:

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.

Je nachdem welche Oberfläche du bevorzugst für Jupyter-Lab:

jupyter lab

oder Jupyter-Notebooks

jupyter nbclassic