chatlab icon indicating copy to clipboard operation
chatlab copied to clipboard

[builtins.python] Capture Display Updates

Open rgbkrk opened this issue 2 years ago • 0 comments

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.

rgbkrk avatar Jun 28 '23 21:06 rgbkrk