Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 657 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 657 Bytes

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.