jupyter+git

Mar 18, 2024

https://www.fast.ai/2022/08/25/jupyter-git/

In our newly released nbdev2, an open source Jupyter-based development platform, we’ve solve each of the problems:

  1. A new merge driver for git provides “notebook-native” conflict markers, resulting in notebooks that can be opened directly in Jupyter, even when there are git conflicts
  2. A new save hook for Jupyter automatically removes all unnecessary metadata and non-deterministic cell output.

Provides sensible diff and merge for colloaboration on jupyter notebooks

↑ up