Skip to content

zonca/nbdime

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is nbdime, tools for diff and merge of Jupyter Notebooks

NB! This is currently experimental and rapidly changing.

Install

Insert standard pip install instructions here. Examples:

Global install

pip install .

Local install

pip install --user .

Local developer install

pip install -e --user .

Commandline tools

Nbdime adds three commands to jupyter. See

jupyter nbdiff --help
jupyter nbpatch --help
jupyter nbmerge --help

for usage details.

Testing

If you have notebooks with interesting merge challenges, please consider contributing them to nbdime as test cases!

Run

py.test 

from the root of the nbdime project.

While developing,

py.test -f -l -s

can be useful. See the pytest documentation for more options.

About

Tools for diff and merge of Jupyter notebooks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%