-
-
Notifications
You must be signed in to change notification settings - Fork 292
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
ANSI colored output in captured stdout #2148
Conversation
HirumalPriyashan
commented
Jun 2, 2022
- addresses ANSI colored output in captured stdout #2144
Try this Pull Request!Open Julia and type: julia> import Pkg
julia> Pkg.activate(temp=true)
julia> Pkg.add(url="https://github.com/HirumalPriyashan/Pluto.jl", rev="ansi")
julia> using Pluto |
Nice! You can set Pluto.jl/src/runner/PlutoRunner.jl Line 923 in d05bccc
stdout in color.
Can you also make a screenshot of Crayons.jl? |
Maybe #2088 next? :) |
oh heck this is cool! |
Oooh awesome, lets do that! |
Is this meant to work with regular |
@rafaqz Could you post a MWE? |