To run the jupyter notebooks, I used Anaconda. Open the terminal into the repository and type the following commands:
- conda create -n env_name pip
- conda activate env_name
- pip install -r requirements.txt
- jupyter notebook
- conda deactivate
- conda env remove -n env_name