haystack/releasenotes/notes/pipe-disable-autoshow-dbbafd2bfdcce7a4.yaml
Stefano Fiorucci 6e69d4f188
fix: Pipeline - disable autoshow on Jupyter (#7397)
* try

* fix docstring

* simplify tests

* add release note
2024-03-21 12:55:06 +01:00

8 lines
267 B
YAML

---
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.