You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running code that does display updates, captured output will show each individual result in the output pane:
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.
The text was updated successfully, but these errors were encountered:
When running code that does display updates, captured output will show each individual result in the output pane:
However, we really just need to take the last of a displayed item. For example, captured outputs will have the keys
transient
andupdate
. Transient will contain the display id to group on like{'display_id': '9123d4e517b11d15'}
whileupdate
will beTrue
orFalse
.The text was updated successfully, but these errors were encountered: