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

Notebook UI not updated with changes to the model #130790

Closed
DonJayamanne opened this issue Aug 13, 2021 · 2 comments
Closed

Notebook UI not updated with changes to the model #130790

DonJayamanne opened this issue Aug 13, 2021 · 2 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug important Issue identified as high-priority insiders-released Patch has been released in VS Code Insiders notebook verified Verification succeeded

Comments

@DonJayamanne
Copy link
Contributor

Please use

Please note:
As we're no longer awaiting on the promises, any errors thrown will be ignored completely.
We don't even await on <Execution Task>.end

Steps to repro
Create first cell with the following code:

from IPython.display import Markdown
dh = display(display_id=True)

Run the above cell, then run the following cell:

dh.update(Markdown("foo"))

After you run the second cell, the first cell should have an output foo.
Collapse the first cell & expand it, and you'll see foo appear, basically its a refresh issue.

@rebornix rebornix added bug Issue identified by VS Code Team member as probable bug notebook labels Aug 14, 2021
@roblourens
Copy link
Member

@rebornix This one I don't really understand. Seems like if you create an empty output, then append items to it, the items won't be rendered because of

@rebornix rebornix modified the milestones: August 2021, September 2021 Aug 19, 2021
@rebornix rebornix added the important Issue identified as high-priority label Sep 23, 2021
@DonJayamanne DonJayamanne added the verified Verification succeeded label Sep 30, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Nov 7, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug important Issue identified as high-priority insiders-released Patch has been released in VS Code Insiders notebook verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

4 participants
@roblourens @rebornix @DonJayamanne and others