Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Pipeline - disable autoshow on Jupyter #7397

Merged
merged 4 commits into from
Mar 21, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
add release note
  • Loading branch information
anakin87 committed Mar 21, 2024
commit 101dbb143dab94d37042277759c995bbf51d9f0b
Original file line number Diff line number Diff line change
@@ -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.