nmearl / glue-jupyter

Experimental glue front-end for the Jupyter ecosystem

Home Page:http://glueviz.org/glue-jupyter/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jupyter interface for Glue

Sometimes known as “Glupyter”

Glue Jupyter's GitHub Actions CI Status Glue Jupyter's Coverage Status Glue Jupyter's Documentation 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:

Launch Glue Jupyter on mybinder

Notebooks with real data:

Installing

For now, installing should be done using pip:

pip install git+https://github.com/glue-viz/glue-jupyter.git

Or from source:

git clone https://github.com/glue-viz/glue-jupyter.git
cd glue-jupyter
pip install -e .

Testing

The test suite can be run using:

pytest glue_jupyter

About

Experimental glue front-end for the Jupyter ecosystem

http://glueviz.org/glue-jupyter/

License:Other


Languages

Language:Python 78.8%Language:Jupyter Notebook 12.7%Language:Vue 8.1%Language:Dockerfile 0.3%Language:Shell 0.1%