GeoAI Ground-level NO2 Estimation Challenge by ITU
-
Create the virtual environment:
python3 -m venv venv
-
Activate the virtual environment:
- In macOS/Linux:
source venv/bin/activate
- In Windows:
.\venv\Scripts\activate
- In macOS/Linux:
-
Install Jupyter in the virtual environment:
pip install jupyter
-
Create a Jupyter Notebook kernel linked to the venv:
python -m ipykernel install --user --name=itu_challenge --display-name "ITU Challenge 2024"