An open API service indexing awesome lists of open source software.

https://github.com/proinsias/ds-playground

My playground for data science code
https://github.com/proinsias/ds-playground

data-science data-science-portfolio healthcare machine-learning

Last synced: 5 months ago
JSON representation

My playground for data science code

Awesome Lists containing this project

README

          

# Data Science Playground

My playground for data science code.

## Setup Guide

```shell
pre-commit install --install-hooks
./scripts/install-kernel - no? save somewhere else.
uv run --with jupyterlab jupyter lab # Need --with jupyterlab for jupytext to work and to get editable project dependency.

# Don't use devbox uv! Use homebrew instead.
```