From a441c6e97249cae20d6eea19f41cf6b0a554de29 Mon Sep 17 00:00:00 2001 From: Bill Little Date: Wed, 2 Oct 2019 13:09:00 +0100 Subject: [PATCH] whatsnew entry for CubeList _repr_html_ --- .../newfeature_2019-Oct-02_cubelist_repr_html.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 docs/iris/src/whatsnew/contributions_2.3.0/newfeature_2019-Oct-02_cubelist_repr_html.txt diff --git a/docs/iris/src/whatsnew/contributions_2.3.0/newfeature_2019-Oct-02_cubelist_repr_html.txt b/docs/iris/src/whatsnew/contributions_2.3.0/newfeature_2019-Oct-02_cubelist_repr_html.txt new file mode 100644 index 0000000000..0bf2789be8 --- /dev/null +++ b/docs/iris/src/whatsnew/contributions_2.3.0/newfeature_2019-Oct-02_cubelist_repr_html.txt @@ -0,0 +1 @@ +* Added support to render HTML for :class:`~iris.cube.CubeList`s in Jupyter Notebooks and JupyterLab.