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
Handle update_display_data kernel message in notebooks (#104)
* Added a method to get all outputs for a cell.
* Updated handler to accommodate all outputs
* Updated to sort outputs by last modified time
* Updated handler
* lint
* Updated to return jsonl response
* Sorting outputs by output index, simplified length check
* Moved placeholder to a separate function, ruff format.
* Updated method name
* WIP: handle update_display_data
* Fixed outputs index check
* Removed debug statements
* Moved output index logic to a separate method, added tests
* Fixed failing test
* Removed stale test
* fmt
* Fixed missing code after rebase
* Clean up after rebase
* Added output index tracker
* Updated tests
* Updates tests
* Remove unused imports
* Added a state to track display_ids, added tests
* Removed index tracker
* Renamed cell state vars
* Moved statement close to logic
0 commit comments