Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A awesome-python
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 13
    • Issues 13
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 317
    • Merge requests 317
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Vinta Chen
  • awesome-python
  • Merge requests
  • !1949

Add databooks

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Administrator requested to merge github/fork/frederikdesmedt/master into master Feb 15, 2022
  • Overview 15
  • Commits 1
  • Pipelines 0
  • Changes 1

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.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/frederikdesmedt/master