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
- Host: GitHub
- URL: https://github.com/proinsias/ds-playground
- Owner: proinsias
- License: unlicense
- Created: 2023-09-08T03:07:25.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2026-02-21T05:43:08.000Z (5 months ago)
- Last Synced: 2026-02-21T12:38:17.856Z (5 months ago)
- Topics: data-science, data-science-portfolio, healthcare, machine-learning
- Language: HTML
- Homepage:
- Size: 4.22 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Authors: AUTHORS
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.
```