Hi, I need to merge with other people's jupyter notebooks using Git. 
Typical git merge does not work for jupter notebooks. 
Looks like 
https://nbdime.readthedocs.io/en/latest/index.html#git-integration-quickstart 
is 
a good solution, but i encounter errors to set it up. 

After pip install nbdime, I can run the following in anaconda prompt: 
nbdime config-git --enable --global

But in the Git Bash command window, when am trying to config the 
nbmergedriver and nbdiffdriver, always get the error saying command not 
found:
LIAOL@LAP02964 MINGW64 /c/Backup_from_D/Projects/test_jupyter_merge 
(feature/WFH)
$ git-nbmergedriver config --enable --global
bash: git-nbmergedriver: command not found

LIAOL@LAP02964 MINGW64 /c/Backup_from_D/Projects/test_jupyter_merge 
(feature/WFH)
$ git-nbdiffdriver config --enable --global
bash: git-nbdiffdriver: command not found


Anybody know how i could fix this? Thanks.


-- 
You received this message because you are subscribed to the Google Groups 
"Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jupyter/b9d0e54d-f2dd-48cd-b527-8efa6c5cf505%40googlegroups.com.

Reply via email to