From 6e6a70fe73d016f3c43eb826b1807f6a936fbf51 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Wed, 6 Aug 2025 16:37:28 -0400 Subject: [PATCH] DOC: Mention tools for review/diffing notebooks --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 606e8c0..fe43506 100644 --- a/README.md +++ b/README.md @@ -34,3 +34,9 @@ See [detailed instructions](https://conda.io/projects/conda/en/latest/user-guide Feel free to reach out on the [DANDI helpdesk](https://github.com/dandi/helpdesk/issues/new/choose) with any questions. + +## Useful tools + +We use https://app.reviewnb.com/ to provide convenient review of notebook diffs in Pull Requests in GitHub web UI. + +To assist in reviewing diff's in notebooks locally we recommend to checkout [nbdime](https://nbdime.readthedocs.io) which provides comparable functionality and integrates well with your local git.