Skip to content

jfoster17/glue-jupyter

This branch is 96 commits behind glue-viz/glue-jupyter:main.

Folders and files

NameName
Last commit message
Last commit date
Jun 23, 2023
Feb 3, 2023
Feb 17, 2022
Oct 26, 2023
Oct 26, 2023
Jul 11, 2023
Oct 29, 2019
Oct 23, 2023
Apr 4, 2019
Sep 21, 2023
Sep 21, 2021
Oct 25, 2022
Oct 25, 2022
Oct 26, 2022
Jun 27, 2023
Oct 26, 2023
Jan 8, 2020
Aug 17, 2023

Repository files navigation

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

Glue front-end for the Jupyter ecosystem

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 78.4%
  • Jupyter Notebook 12.7%
  • Vue 8.5%
  • Other 0.4%