astrofrog / bqplot-image-gl

Jupyter widget for displaying images with a focus on astronomy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ipyastroimage

An ipywidget image widget for mainly astronomical purposes. Used for https://github.com/glue-viz/glue-jupyter

(currently requires master bqplot version)

Installation

To install use pip:

$ pip install ipyastroimage

For a development installation (requires npm),

$ git clone https://github.com/glue-viz/ipyastroimage.git
$ cd ipyastroimage
$ pip install -e .
$ jupyter nbextension install --py --symlink --sys-prefix ipyastroimage
$ jupyter nbextension enable --py --sys-prefix ipyastroimage

About

Jupyter widget for displaying images with a focus on astronomy


Languages

Language:JavaScript 68.4%Language:Python 26.3%Language:GLSL 5.3%