Skip to content
Snippets Groups Projects
Commit c5d7d576 authored by Malte Woidt's avatar Malte Woidt
Browse files

Beschreibung der lokalen Installation

parent abd21fe3
No related branches found
No related tags found
No related merge requests found
**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-lab
* jupyter-nbclassic
* mobilechelonian
* ipywidgets
Du kannst sie mit dem folgenden Befehl installieren:
```
pip3 install matplotlib pandas numpy scipy jupyter jupyter-lab jupyter-nbclassic 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
```
%% Cell type:markdown id:c42f1d8c-df01-4df2-a420-4cfebfafa664 tags:
Testbook
%% Cell type:code id:8b8d2705-6cc4-4895-8a1c-e6242a66c883 tags:
``` python
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment