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.