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

[builtins.python] Capture Display Updates #47

Open
rgbkrk opened this issue Jun 28, 2023 · 0 comments
Open

[builtins.python] Capture Display Updates #47

rgbkrk opened this issue Jun 28, 2023 · 0 comments

Comments

@rgbkrk
Copy link
Owner

rgbkrk commented Jun 28, 2023

When running code that does display updates, captured output will show each individual result in the output pane:

image

However, we really just need to take the last of a displayed item. For example, captured outputs will have the keys transient and update. Transient will contain the display id to group on like {'display_id': '9123d4e517b11d15'} while update will be True or False.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant