We recommend managing python and requirement versions with pyenv
and venv
jupyter-lab
and Jupyter Classic with jupyter notebook
from the command line.
.../ose-equity-tool-etl/ $ pip install -r requirements.txt
config/
file for the desired category.DB_EDDT_TARGET
notebooks/etl.ipynb
file to point to the updated data source folderetl.ipynb
notebook through Jupyter (Classic or Lab).docker compose up
within this repositoryequity-tool
repo/application with the following settings
NEXT_PUBLIC_DO_SPACE_URL=http://localhost:4566
src/pages/data/[geography]/[geoid]/[category]/[subgroup].tsx
set
spaceFolder = "local"
YYYY-MM-DD--v#
git tag -a 2023-04-21--v1 -m 'update vintage years'
git push origin 2023-04-21--v1
/output
to the static file server (DO).
categories
constant in the EDDE data page. src/pages/data/[geography]/[geoid]/[category]/[subgroup].tsx