Jupyter notebooks for statistics from Norway.
A notebook showing a zoomable coloured municipality map of Norway with Covid-19 cases.
If you are on Windows and not using Anaconda, you need to run the following commands before installing packages from requirements.txt:
pip install wheel pipwin
pipwin install gdal
pipwin install fiona
Install dependencies from requirements.txt:
pip install -r requirements.txt
Install dependencies (from root directory):
pip install -e .[tests]
Run all test (from root directory):
pytest