Jupyter-LC_notebook_diff is an extension that compares two or three Jupyter notebooks.
- Jupyter Notebook 5.x or 6.x
$ pip install git+https://github.com/NII-cloud-operation/Jupyter-LC_notebook_diff.git
To use the extension you will also need to install and enable, you can use Jupyter subcommand:
$ jupyter nbextension install --py lc_notebook_diff
$ jupyter nbextension enable --py lc_notebook_diff
then restart Jupyter notebook.