mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-11-24 22:16:34 +00:00
8 lines
267 B
YAML
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.
|