A python template to quickly start a new project. Comes with jupyter notebooks and a pre-commit config pre-provided.
Installation is done with Poetry (although pip is possible too for fallback purposes).
- run
poetry install
- run
pre-commit install
- optionally, add more packages using
poetry add <package>