Jupyter interface for Glue

Build Status

About

Glue is a Python library to explore relationships within and among datasets. The main interface until now has been based on Qt, but the glue-jupyter package aims to provide a way to use Glue in Jupyter notebooks and Jupyter lab instead. This is currently a work in progress and highly experimental.

For some notebooks with examples of usage of glue-jupyter, see the notebooks directory.

You can try out glue-jupyter online at mybinder:

Binder

Notebooks with real data:

Notesbooks with generated data:

Installing

For now, installing should be done using pip:

pip install -e .

Testing

The test suite can be run using:

pytest glue_jupyter