Describing, tidying and providing usage examples for publicly available datasets.
- Install mamba and Quarto. Configure SSH authentication with GitHub.
- Clone this repository with submodules:
git clone --recurse-submodules [email protected]:antonbabkin/pubdata.git
- Go to repository folder and create new environment:
mamba env create --file environment.yml
.- As the project evolves, environment file might get outdated. Addinig missing packages with
mamba install
when they fail to import will usually fix the problem.
- As the project evolves, environment file might get outdated. Addinig missing packages with
- Activate environment and start JupyterLab. Jupytext enables opening
.md
and.qmd
files innbs
folder as Jupyter notebooks.