Revision 654477757a914ecc540fa5cffffe734076af9ef9 authored by Lars Bilke on 04 October 2021, 08:34:42 UTC, committed by Lars Bilke on 04 October 2021, 09:29:47 UTC
1 parent 82a38bd
Raw File
README.md
# OGS Juypter notebook tips

## Git diff / merge tool

Install [nbdime](https://nbdime.readthedocs.io) and enable [git integration](https://nbdime.readthedocs.io/en/latest/vcs.html):

```bash
nbdime config-git --enable --global
```
back to top