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
Wrzlprmft
changed the title
Print erases previous statements when separated by tab and time.
Print overwrites previous output when separated by tab and time.
Mar 14, 2025
Description
Under certain conditions,
print
statements overwrite the outcome of previousprint
statements.Reproduce
Run the following code in a notebook cell:
This results in
a
being printed and then overwritten byb
.Expected behavior
Both,
a
andb
get printed (and not erased).This is also how it works in Python and iPython.
Context
Troubleshoot Output
Will provide if deemed necessary.Command Line Output
Nothing that seems unusual.The text was updated successfully, but these errors were encountered: