-
Notifications
You must be signed in to change notification settings - Fork 149
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
Bug: Long texts length is not matching output area in Jupyter #60
Comments
@jungwinter Could you look into this? |
I checked it occurred because of wrong
|
@jungwinter That is correct. I was trying to find a way around this but I think there is no official way. I was thinking of injecting some javascript code to get actual width and converting it to terminal size. |
@jungwinter I've made a release with Jupyter support for now. This issue is still not resolved and needs to be fixed (probably with a new approach). |
Is this issue still open? I would like to work on this issue. Can you please assign this to me? |
I think it's still happening. @manrajgrover Could you confirm ajjayymahato's request? (At least, #165 issue is also needed to check.) |
If this issue is open can you please assign it to me so that I can work on it? |
Description
Currently, on using long texts with animations in Jupyter results in output wrapping in next line. Fix for this would be to give it a fixed layout width or try and get the width of display area while creating frames.
System settings
pip freeze
output: NAError
Output wraps in display area for Jupyter notebook when long texts are used.
Expected behaviour
Output should take width of display area before creating frames.
Steps to recreate
People to notify
@jungwinter @manrajgrover
The text was updated successfully, but these errors were encountered: