iris.experimental.representation

Definitions of how Iris objects should be represented.

In this module:

None

class iris.experimental.representation.CubeListRepresentation(cubelist)[source]
make_content()[source]
repr_html()[source]

↑ top ↑

Produce representations of a Cube.

This includes:

  • _html_repr_: a representation of the cube as an html object, available in Jupyter notebooks. Specifically, this is presented as an html table.

class iris.experimental.representation.CubeRepresentation(cube)[source]

Produce representations of a Cube.

This includes:

  • _html_repr_: a representation of the cube as an html object, available in Jupyter notebooks. Specifically, this is presented as an html table.

repr_html()[source]

The repr interface for Jupyter.