Skip to content

gahjelle/nbdime

 
 

Repository files navigation

Jupyter Notebook Diff and Merge tools

Build Status

nbdime contains tools for diffing and merging of Jupyter Notebooks.

NB! This project is highly experimental and rapidly changing.

See the latest documentation at http://nbdime.readthedocs.org.

See also description and discussion in the Jupyter Enhancement Proposal.

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

Installation:

git clone https://github.com/jupyter/nbdime
cd nbdime
# for web-based diff tool:
  cd nbdime/webapp
  npm install && npm run build
  cd ../..
pip install .

About

Tools for diffing and merging of Jupyter notebooks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 55.6%
  • TypeScript 32.0%
  • Jupyter Notebook 9.3%
  • CSS 2.0%
  • Other 1.1%