百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
N

nbdime

> 开发工具
开源

用于比较和合并 Jupyter 笔记本的工具。

2.8K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

用于比较和合并 Jupyter 笔记本的工具。

Installation | Documentation | Contributing | Development Install | Testing | License | Getting help

nbdime Jupyter Notebook Diff and Merge tools

nbdime provides tools for diffing and merging of Jupyter Notebooks.

  • nbdiff compare notebooks in a terminal-friendly way
  • nbmerge three-way merge of notebooks with automatic conflict resolution
  • nbdiff-web shows you a rich rendered diff of notebooks
  • nbmerge-web gives you a web-based three-way merge tool for notebooks
  • nbshow present a single notebook in a terminal-friendly way

Diffing notebooks in the terminal:

Merging notebooks in a browser:

Installation

Install nbdime with pip:

pip install nbdime

See the installation docs for more installation details and development installation instructions.

Documentation

See the latest documentation at https://nbdime.readthedocs.io.

See also description and discussion in the Jupyter Enhancement Proposal.

Contributing

If you would like to contribute to the project, please read our contributor documentation and the CONTRIBUTING.md.

Development Install

To install a development version of nbdime, you will need npm installed and available on your PATH while installing.

For a development install, enter on the command line:

pip install -e git+https://github.com/jupyter/nbdime#egg=nbdime

See installation documentation for additional detail, particularly related to performing a dev install for working on the browser script code.

Testing

Install the test requirements:

pip install nbdime[test]

To run Python tests locally, enter on the command line: pytest

To run Javascript tests locally, enter: npm test

Install the codecov browser extension to view test coverage in the source browser on github.

See testing documentation for additional detail.

License

We use a shared copyright model that enables all contributors to maintain the copyright on their contributions.

All code is licensed under the terms of the revised BSD license.

Getting help

We encourage you to ask questions on the mailing list.

Resources

  • Reporting Issues

  • Documentation for nbdime | PDF (latest)

  • Documentation for Project Jupyter | PDF

  • Project Jupyter website

GitHub Issues· 0 开放

在 GitHub 查看全部

暂无开放 Issues,或尚未同步最近议题。

核心特点

  • •nbdiff compare notebooks in a terminal-friendly way
  • •nbmerge three-way merge of notebooks with automatic conflict resolution
  • •nbdiff-web shows you a rich rendered diff of notebooks
  • •nbmerge-web gives you a web-based three-way merge tool for notebooks
  • •nbshow present a single notebook in a terminal-friendly way
  • •Reporting Issues
  • •Documentation for nbdime | PDF (latest)
  • •Documentation for Project Jupyter | PDF
  • •Project Jupyter website

> 标签

TypeScriptdiffdiffinggithg

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类开发工具
定价开源

> 相关工具

V
VS Code
流行的开源代码编辑器
G
Git
分布式版本控制系统
V
Vite
下一代前端构建工具