-
Repo clonen
git clone https://github.com/P3nny/pfv.git
-
In das Verzeichnis wechseln
cd pfv
-
Virtuelles Environment aufsetzen
- MacOS/Linux:
python3 -m venv myvenv
- Windows:
python -m venv myvenv
- MacOS/Linux:
-
Virtuelles Environment aktivieren
- MacOS/Linux:
source myvenv/bin/activate
- Windows (git bash):
myvenv/Scripts/activate
- Windows (Powershell):
myvenv/Scripts/Activate.ps1
- Windows (CMD):
myvenv/Scripts/activate.bat
- MacOS/Linux:
-
Benötigte Pakete installieren
pip install -r requirements.txt
-
Jupyter lab starten
jupyter lab
-
Bitte folgende Datei anklicken:
01_jupyter_lab.ipynb
forked from P3nny/pfv
-
Notifications
You must be signed in to change notification settings - Fork 0
christinegotth/pfv
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Programmieren für Volos 2020
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Jupyter Notebook 100.0%