Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 848 Bytes

readme.md

File metadata and controls

11 lines (8 loc) · 848 Bytes

Public data

Describing, tidying and providing usage examples for publicly available datasets.

Installation

  1. Install mamba and Quarto. Configure SSH authentication with GitHub.
  2. Clone this repository with submodules: git clone --recurse-submodules [email protected]:antonbabkin/pubdata.git
  3. 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.
  4. Activate environment and start JupyterLab. Jupytext enables opening .md and .qmd files in nbs folder as Jupyter notebooks.