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

Incremental text output is broken #6505

Closed
ellisonbg opened this issue Jun 8, 2019 · 5 comments · Fixed by #6513
Closed

Incremental text output is broken #6505

ellisonbg opened this issue Jun 8, 2019 · 5 comments · Fixed by #6513
Labels
bug pkg:notebook status:resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion.
Milestone

Comments

@ellisonbg
Copy link
Contributor

Describe the bug

In JupyterLab master, if you run code that adds new text output, you get the existing output appending again and again.

To Reproduce

Open notebook and type the code:

Screen Shot 2019-06-07 at 9 36 41 PM

Expected behavior

Screen Shot 2019-06-07 at 9 39 37 PM

What is really weird is that if you open the same notebook in classic, with the output saved, it is fixed. Somehow, the output data is the same, it is how we display it.

@ellisonbg ellisonbg added this to the 1.0 milestone Jun 8, 2019
@ellisonbg
Copy link
Contributor Author

And if you save, close and open the same notebook in Lab is renders fine. So this is only while the code is running.

@jasongrout
Copy link
Contributor

Is this the cause behind #6497?

@blink1073
Copy link
Member

Maybe related to #6304?

@ellisonbg
Copy link
Contributor Author

Yes I think this is related to the pymc issue, and likely caused by the recent change.I am going to focus on the UX work so if others can look into this that would be great :-)

@lock
Copy link

lock bot commented Aug 6, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related discussion.

@lock lock bot locked as resolved and limited conversation to collaborators Aug 6, 2019
@jasongrout jasongrout added the status:resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion. label Aug 9, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug pkg:notebook status:resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants