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

Live Print Output #19

Closed
BoGGoG opened this issue Feb 11, 2022 · 2 comments
Closed

Live Print Output #19

BoGGoG opened this issue Feb 11, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@BoGGoG
Copy link

BoGGoG commented Feb 11, 2022

Thank you for this plugin!

Is your feature request related to a problem?

The output only appears at the end of the evaluation.
However, often if one encounters problems, the cell will never fully evaluate.
Stopping the cell leads to no output at all.
This makes debugging really hard.

Describe the solution you'd like

Live print output like in Mathematica notebooks.
If possible also PrintTemporary output.

Additional context

Example code:

Do[
    Print[i]; Pause[1]
    , {i, 1, 5}
]
@njpipeorgan njpipeorgan added the bug Something isn't working label Feb 11, 2022
@njpipeorgan
Copy link
Owner

Thanks for the feedback. It should be a bug; I'll investigate this issue and get back to you.

@njpipeorgan
Copy link
Owner

njpipeorgan commented Mar 24, 2022

The issue has been resolved in 8c66289.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants