Created by: frederikdesmedt
What is this Python project?
databooks
is a package to ease the collaboration between data scientists using Jupyter notebooks, by reducing the number of git conflicts between different notebooks and resolution of git conflicts when encountered.
The key features include:
- CLI tool
- Clear notebook metadata
- Resolve git conflicts
- Simple to use
- Simple API for using modelling and comparing notebooks using Pydantic
What's the difference between this Python project and similar ones?
- nb-clean: helps clear notebook metadata, but only that, so more limited in scope compared to databooks.
- nbdime: helps with diffs and merges of notebooks, however, databooks supports a way to resolve existing conflicts, which is not supported by nbdime.
- nbdev: nbdev provides an opinionated template for developing packages with notebooks, databooks is a configurable CLI tool that you can use in whatever way you prefer.
--
Anyone who agrees with this pull request could submit an Approve review to it.