Skip to content

antonbabkin/pubdata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 git@github.com: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.

Releases

No releases published

Packages

No packages published