From 101dbb143dab94d37042277759c995bbf51d9f0b Mon Sep 17 00:00:00 2001 From: anakin87 Date: Thu, 21 Mar 2024 10:48:13 +0100 Subject: [PATCH] add release note --- .../notes/pipe-disable-autoshow-dbbafd2bfdcce7a4.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 releasenotes/notes/pipe-disable-autoshow-dbbafd2bfdcce7a4.yaml diff --git a/releasenotes/notes/pipe-disable-autoshow-dbbafd2bfdcce7a4.yaml b/releasenotes/notes/pipe-disable-autoshow-dbbafd2bfdcce7a4.yaml new file mode 100644 index 0000000000..3acc6c6932 --- /dev/null +++ b/releasenotes/notes/pipe-disable-autoshow-dbbafd2bfdcce7a4.yaml @@ -0,0 +1,7 @@ +--- +enhancements: + - | + In Jupyter notebooks, the image of the Pipeline will no longer be displayed automatically. + The textual representation of the Pipeline will be displayed. + + To display the Pipeline image, use the `show` method of the Pipeline object.