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#

IPyWidgetView(*args, **kwargs)

IPyWidgetLayerArtistContainer()

glue_jupyter.common.state3d Module#

Classes#

ViewerState3D(**kwargs)

A common state object for all 3D viewers

VolumeViewerState(**kwargs)

Scatter3DViewerState(**kwargs)

glue_jupyter.common.state_widgets Package#

Classes#

HistogramLayerStateWidget(**kwargs)

Public constructor

HistogramViewerStateWidget(**kwargs)

Public constructor

ImageLayerStateWidget(**kwargs)

Public constructor

ImageSubsetLayerStateWidget(**kwargs)

Public constructor

ImageViewerStateWidget(**kwargs)

Public constructor

ProfileLayerStateWidget(**kwargs)

Public constructor

ProfileViewerStateWidget(**kwargs)

Public constructor

ScatterLayerStateWidget(**kwargs)

Public constructor

ScatterViewerStateWidget(**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)

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(**kwargs)

Public constructor

glue_jupyter.ipyvolume.scatter Package#

Classes#

IpyvolumeScatterLayerArtist(view, ...)

Create a new LayerArtist

IpyvolumeScatterView(*args, **kwargs)

Scatter3DLayerState([viewer_state, layer])

Scatter3DLayerStateWidget(**kwargs)

Public constructor

glue_jupyter.ipyvolume.volume Package#

Classes#

IpyvolumeVolumeView(*args, **kwargs)

Volume3DLayerStateWidget(**kwargs)

Public constructor

VolumeLayerState([layer])

Other viewers#

glue_jupyter.table Package#

Classes#

TableViewer(session[, state])