Skip to content

NII-cloud-operation/Jupyter-LC_notebook_diff

Repository files navigation

Jupyter-LC_notebook_diff Binder

Jupyter-LC_notebook_diff is an extension that compares two or three Jupyter notebooks.

Prerequisite

  • Jupyter Notebook 5.x or 6.x

Installation

    $ 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.