You are viewing the latest unreleased documentation 3.10.0.dev23. You can switch to a stable version.

iris.experimental.representation#

Definitions of how Iris objects should be represented.

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

Bases: object

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

Bases: object

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]#

Represent html, the repr interface for Jupyter.