We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Ansi color codes are stripped and no color is shown in output captured by the output widget.
import ipywidgets as widgets print("\033[91mHello World\033[0m") output = widgets.Output() output.append_stdout("\033[91mHello World\033[0m") output
Both lines are colored red.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Ansi color codes are stripped and no color is shown in output captured by the output widget.
Reproduce
Expected behavior
Both lines are colored red.
Context
The text was updated successfully, but these errors were encountered: