Instructors: Lukas Beuster & Gina Stavropoulou
A computer with python3.8 or higher
You will need to use your terminal on Linux/MacOS or your PowerShell on Windows.
git clone https://github.com/GinaStavropoulou/geogeek-workshop.git
cd geogeek-workshop
or use GitHub Desktop.
python3 -m venv .venv
Linux/MacOS:
source .venv/bin/activate
Windows:
.venv\Scripts\Activate.ps1
pip install -r requirements.txt
jupyter lab
This will open jupyter lab on your browser. You can choose the notebook of Exercise 0 to start with.