macOS
brew install nbdimelocal Homebrew formula metadata
安装
brew install nbdimelocal Homebrew formula metadata
nix profile install nixpkgs#nbmergenixpkgs package indexes · pkgs/by-name/nb/nbmerge/package.nix · 来源: api.github.com
概览
Jupyter Notebook Diff and Merge tools
历史
nbdime is the Jupyter notebook diff and merge toolkit: terminal diffs, web-rendered diffs, three-way merges, Git and Mercurial integration commands, and notebook-aware conflict handling.
The jupyter/nbdime repository was created on 2015-11-16. The problem it addresses is old and specific: .ipynb files are JSON documents, so line-based diff and merge tools are noisy and often misleading for code cells, markdown cells, metadata, execution counts, rich outputs, and embedded images.
The project became part of the Jupyter ecosystem discussion early. Jupyter Enhancement Proposal 8, 'Diffing and merging notebooks', says preliminary work resided in nbdime and frames the core use cases as version-control merge commands, diff commands, notebook change inspection, and automated regression testing.
The package reached PyPI as 0.1.0 on 2016-12-16 and 1.0.0 on 2018-05-15. GitHub API data retrieved on 2026-07-01 showed 2,836 stars and 192 forks. PyPI Stats reported 317,876 downloads for the recent last-month window, and Homebrew Formulae reported 758 installs over the prior 365 days.
Its adoption comes from being the practical local answer to notebook version control. Jupyter users can keep notebooks in Git, but nbdime makes diffs human-readable and merges less hazardous by understanding notebook structure.
Users run nbdiff for terminal-friendly notebook comparisons, nbdiff-web for rendered browser diffs, nbmerge for three-way notebook merges, nbmerge-web for browser-assisted conflict resolution, and nbshow for terminal presentation of a notebook.
The Git integration is the package-nerd move: configure nbdime as the diff and merge driver so normal git diff and git merge behavior can route .ipynb files through notebook-aware tooling while leaving ordinary files alone.
nbdime matters because it turns notebooks from opaque JSON blobs back into reviewable development artifacts. It does not replace Git or Jupyter; it patches the exact place where their defaults are weakest together.
安全态势
没有找到 nbdime 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布,以便未来覆盖拥有稳定的软件包 URL。
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
nbdime_config.json in directories listed by `jupyter --paths`./nbdime_config.json可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
git-nbdiffdriver | cli | 全局可执行文件 | |
git-nbdifftool | cli | 全局可执行文件 | |
git-nbmergedriver | cli | 全局可执行文件 | |
git-nbmergetool | cli | 全局可执行文件 | |
hg-nbdiff | cli | 全局可执行文件 | |
hg-nbdiffweb | cli | 全局可执行文件 | |
hg-nbmerge | cli | 全局可执行文件 | |
hg-nbmergeweb | cli | 全局可执行文件 | |
nbdiff | cli | 全局可执行文件 | |
nbdiff-web | cli | 全局可执行文件 | |
nbdime | cli | 全局可执行文件 | |
nbmerge | cli | 全局可执行文件 | |
nbmerge-web | cli | 全局可执行文件 | |
nbshow | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
安装元数据
| 软件包键 | brew:nbdime |
|---|---|
| 版本 | 4.0.4 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/nbdime |
| 主页 | https://nbdime.readthedocs.io |
| 仓库 | https://github.com/jupyter/nbdime |
| 上游文档 | https://nbdime.readthedocs.io/en/latest |
| 许可证 | BSD-3-Clause |
| 源码归档 | https://files.pythonhosted.org/packages/0c/22/d1ae77115b96b2ff8df6bbc54f8651eeb02d5716cea9079cdf94eaf6bb8b/nbdime-4.0.4.tar.gz |
| 最后更新 | 2026-06-22T14:05:35-07:00 |
| Pulse | updated |
| 依赖 | certifi, jupyterlab, python@3.14 |
| Bottle | 可用 (于 all) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | nbdime |
| Version Scheme | 0 |
| Revision | 3 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
nbmerge
nix profile install nixpkgs#nbmerge来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.