Intended Audience
- Science/Research
Operating System
- OS Independent
Programming Language
- Python
- Python :: 3
- Python :: 3.10
- Python :: 3.11
- Python :: 3.12
- Python :: 3.13
- Python :: 3.14
Topic
- Scientific/Engineering :: Visualization
License
- OSI Approved :: BSD License
Sometimes known as “Glupyter”
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:
Notebooks with real data:
Investigating star formation in the W5 region (example with linking a table and an image)
Exploring the L1448 data in 3D (example of 3D volume rendering)
Visualizing flight paths in the Boston area (example with a single tabular dataset)
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