-
-
Notifications
You must be signed in to change notification settings - Fork 413
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
Add --color=yes as argument to get color output #260
Comments
Doesn't |
But it seems to be very dark colors compared to the terminal. |
I wouldn't rely too much on ANSI for in-browser color support, it works but is known to have edge cases, ANSI coloring is also relatively painful when dealing with dark and light background. IHaskell do a great job at that, having even a representation for unshowable types. |
@stevengj does Julia "know" that IJulia is consuming its stdout? Is there some way |
@IainNZ, one option is to do something like how readline is implemented. This is a bit hacky, though. Ideally, I'd like the warning to call |
Closed by #470? |
It would be nice if the output in IJulia allowed for colors, for an example for the output of
@code_warntype
.@code_warntype
gets colors if--color=yes
is added as a startup argument in theipython_config.py
file, but it do not color the error messages which also would be nice.The text was updated successfully, but these errors were encountered: