Skip to content
New issue

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

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

Already on GitHub? # to your account

Fix rendering of output of cells added with already existing output #14618

Merged
merged 4 commits into from
Dec 12, 2024

Conversation

jonah-iden
Copy link
Contributor

What it does

This is a fix so that outputs of cells are rendered even when a new cell is added that already has outputs. This can for example happen in the case of undo.

How to test

  • Open a notebook with at least one cell
  • Execute it
  • Delete the cell
  • undo
  • see that the output should be rendered correctly

Follow-ups

Breaking changes

  • This PR introduces breaking changes and requires careful review. If yes, the breaking changes section in the changelog has been updated.

Attribution

Review checklist

Reminder for reviewers

Signed-off-by: Jonah Iden <jonah.iden@typefox.io>
@jonah-iden jonah-iden requested a review from msujew December 12, 2024 12:54
Signed-off-by: Jonah Iden <jonah.iden@typefox.io>
Signed-off-by: Jonah Iden <jonah.iden@typefox.io>
Signed-off-by: Jonah Iden <jonah.iden@typefox.io>
@jonah-iden jonah-iden merged commit 79d5544 into master Dec 12, 2024
11 checks passed
@github-actions github-actions bot added this to the 1.57.0 milestone Dec 12, 2024
@jonah-iden jonah-iden deleted the jiden/fix-outputs-for-undo branch December 12, 2024 14:32
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants