An ipywidget image widget for astronomical purposes
Project Links
Meta
Author: Maarten A. Breddels
Requires Python: >=3.10
Classifiers
Development Status
- 4 - Beta
Framework
- IPython
Intended Audience
- Developers
- Science/Research
Programming Language
- Python :: 3 :: Only
- Python :: 3.10
- Python :: 3.11
- Python :: 3.12
- Python :: 3.13
Topic
- Multimedia :: Graphics
bqplot-image-gl
An ipywidget image widget for showing images in bqplot using WebGL. Used for https://github.com/glue-viz/glue-jupyter
(currently requires latest developer version of bqplot)
Usage
ImageGL
See https://py.cafe/maartenbreddels/bqplot-image-gl-demo for a demo of the ImageGL widget.
Preview image:
Installation
To install use pip:
$ pip install bqplot-image-gl
Installation (developers)
# make sure you have node
$ conda install -c conda-forge nodejs
# clone the repo
$ git clone https://github.com/glue-viz/bqplot-image-gl.git
$ cd bqplot-image-gl
# install in dev mode
$ pip install -e .
# symlink the share/jupyter/nbextensions/bqplot-image-gl directory
$ jupyter nbextension install --py --symlink --sys-prefix --overwrite bqplot_image_gl
# enable the extension (normally done by copying the .json in your prefix)
$ jupyter nbextension enable --py --sys-prefix bqplot_image_gl
# for jupyterlab (>=3.0), symlink share/jupyter/labextensions/bqplot-image-gl
$ jupyter labextension develop . --overwrite
workflow for notebook
$ (cd js; npm run watch:nbextension)
# make changes and wait for bundle to automatically rebuild
# reload jupyter notebook
workflow for lab
$ (cd js; npm run watch:labextension)
# make changes and wait for bundle to automatically rebuild
# reload jupyterlab
1.9.1
Apr 02, 2026
1.9.0
Apr 02, 2026
1.8.0
Dec 02, 2025
1.7.0
Jun 10, 2025
1.6.1
Jan 29, 2025
1.6.0
Dec 24, 2024
1.5.0
Oct 15, 2024
1.4.11
Aug 16, 2022
1.4.10
Jul 13, 2022
1.4.9
May 10, 2022
1.4.8
May 10, 2022
1.4.7
May 02, 2022
1.4.6
Mar 08, 2022
1.4.5
Jan 25, 2022
1.4.4
Aug 03, 2021
1.4.3
Jul 20, 2021
1.4.2
Jun 08, 2021
1.4.1
Jun 03, 2021
1.4.0
May 25, 2021
1.3.3
May 11, 2021
1.3.2
Apr 20, 2021
1.3.1
Apr 20, 2021
1.3.0
Mar 31, 2021
1.2.0
Feb 18, 2021
1.1.0
Feb 12, 2021
1.0.0
Sep 10, 2020
0.6.1
Sep 08, 2020
0.6.0
Sep 02, 2020
0.5.0
Mar 31, 2020
0.4.0
Mar 26, 2020
0.3.0
Mar 25, 2020
0.2.0
Mar 19, 2020
0.1.6
Feb 10, 2020
0.1.5
Jan 22, 2020
0.1.4
May 30, 2019
0.1.3
May 30, 2019
0.1.2
May 28, 2019
0.1.1
May 21, 2019
0.1.0
May 21, 2019