-
Notifications
You must be signed in to change notification settings - Fork 14
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
Fix stdout and stderr stream; IO() #68
Comments
I believe ploomber itself doesn't use ploomber-engine and we'll probably need to change this to solve #1080 |
it doesn't use it by default but it can be enabled |
Yeah, I think if we want to solve 1080 we have to right? |
I quickly looked at the source code. It is possible to use ploomber-engine with ploomber but we need to document it more clearly: Currently, if you set the engine_name to debug or debuglater, it'll use ploomber-engine because the original motivation for ploomber-engine was to enable debugging. With the new features we've added, there are now more reasons for users to switch to ploomber-engine; so I think we should allow |
Currently, when running tqdm and printing inside it, breaks and messes up the output for the user. For now, there is a temporary fix, which adds
\n
to eliminate this but adds extra new lines. Fix the output and theIO()
class inipython.py
#66 #1080 Summary
The text was updated successfully, but these errors were encountered: