ipyiiif

A IIIF Image API viewer widget for Jupyter


Keywords
ipython, jupyter, widgets
Install
pip install ipyiiif==0.3.0a0

Documentation

jupyter-widget-iiif

A IIIF Image API viewer widget for Jupyter

Installation

To install use pip:

$ pip install iiif
$ jupyter nbextension enable --py --sys-prefix iiif

For a development installation (requires npm),

$ git clone https://github.com/vanda/jupyter-widget-iiif.git
$ cd jupyter-widget-iiif
$ pip install -e .
$ jupyter nbextension install --py --symlink --sys-prefix iiif
$ jupyter nbextension enable --py --sys-prefix iiif