Template for UBI Center analyses, including Jupyter-Book and GitHub Action files.
Instructions:
- Replace
reponamewith the name of the repo inenvironment.yml,jb/_config.yml, and the files in.github/workflows/*. - Add data generation
.pyscript and data files tojb/datafolder. Store files in.csv.gzformat and load them as local files in analysis notebooks. - Add all necessary packages to
environment.yml. - Use pull requests to make changes; the workflows will trigger and alert you of any errors.