The aim of this project is to present a dashboard of different measurements concerning the subventions offered by the administration of the city of Paris to its associations. The project offers also a search tool to discover the subventions received by each association.
Python 3.11 Sass
Use preprocessing directory as working directory, then :
- Install a new venv using Python3.11 :
/opt/homebrew/opt/python@3.11/bin/python3.11 -m venv .venv
- Activate the virtual environment :
source .venv/bin/activate
- Install packages using a requirements file:
pip3.11 install -r requirements.txt
- Launch jupyter notebook :
jupyter notebook
- Desactivate the virtual environment when turning off the project:
deactivate
If the jupyter-notebook does not work, perform the following instructions :
- Deactivate the environment:
deactivate
-
Delete the .venv folder
-
Perform in order the instructions from the COMMANDS section
Use web directory as working directory :
- Compile CSS files :
sass ./style/scss/index.scss ./style/css/index.css
sass ./style/scss/association.scss ./style/css/association.css
- Launch HTTP server :
python -m http.server