API Documentation#

General#

glue_jupyter Package#

Functions#

jglue(*args[, settings, show, links])

Create a new Jupyter-based glue application.

example_data_xyz([seed, N, loc, scale, label])

Create an example dataset with three attributes x, y, and z set to random values.

example_image([shape, limits])

Creates a test 2-d dataset containing an image.

example_volume([shape, limits])

Creates a test 3-d dataset containing a ball.

set_layout_factory(func)

Set the function to use to generate the viewer layout.

get_layout_factory()

Get the current layout factory.

Classes#

JupyterApplication([data_collection, ...])

The main Glue application object for the Jupyter environment.

glue_jupyter.app Module#

Classes#

JupyterApplication([data_collection, ...])

The main Glue application object for the Jupyter environment.

glue_jupyter.view Module#

Classes#

glue_jupyter.common.state_widgets Package#

Classes#

HistogramLayerStateWidget(*args, **kwargs)

Public constructor

HistogramViewerStateWidget(*args, **kwargs)

Public constructor

ImageLayerStateWidget(*args, **kwargs)

Public constructor

ImageSubsetLayerStateWidget(*args, **kwargs)

Public constructor

ImageViewerStateWidget(*args, **kwargs)

Public constructor

ProfileLayerStateWidget(*args, **kwargs)

Public constructor

ProfileViewerStateWidget(*args, **kwargs)

Public constructor

ScatterLayerStateWidget(*args, **kwargs)

Public constructor

ScatterViewerStateWidget(*args, **kwargs)

Public constructor

bqplot viewers#

glue_jupyter.bqplot.common Package#

Classes#

BqplotBaseView(session[, state])

glue_jupyter.bqplot.histogram Package#

Classes#

BqplotHistogramLayerArtist(view, viewer_state)

Create a new LayerArtist

BqplotHistogramView(*args, **kwargs)

glue_jupyter.bqplot.image Package#

Classes#

BqplotImageLayerArtist(view, *args, **kwargs)

Create a new LayerArtist

BqplotImageSubsetLayerArtist(view, viewer_state)

Create a new LayerArtist

BqplotImageView(session[, compression])

glue_jupyter.bqplot.profile Package#

Classes#

BqplotProfileLayerArtist(view, viewer_state)

Create a new LayerArtist

BqplotProfileView(*args, **kwargs)

glue_jupyter.bqplot.scatter Package#

Classes#

BqplotScatterLayerArtist(view, viewer_state)

Create a new LayerArtist

BqplotScatterView(*args, **kwargs)

ipyvolume viewers#

glue_jupyter.ipyvolume.common Package#

Classes#

IpyvolumeBaseView(*args, **kwargs)

Viewer3DStateWidget(*args, **kwargs)

Public constructor

glue_jupyter.ipyvolume.scatter Package#

Classes#

IpyvolumeScatterLayerArtist(view, ...)

Create a new LayerArtist

IpyvolumeScatterView(*args, **kwargs)

Scatter3DLayerState(*args, **kwargs)

Scatter layer state with ipyvolume-specific properties.

Scatter3DLayerStateWidget(*args, **kwargs)

Public constructor

glue_jupyter.ipyvolume.volume Package#

Classes#

IpyvolumeVolumeLayerArtist(view, viewer_state)

Create a new LayerArtist

IpyvolumeVolumeView(*args, **kwargs)

Volume3DLayerStateWidget(*args, **kwargs)

Public constructor

VolumeLayerState([layer])

Other viewers#

glue_jupyter.table Package#

Classes#

TableViewer(session[, state])