wookay / Octo.jl

Octo.jl 🐙 is an SQL Query DSL in Julia
Other
167 stars 7 forks source link

"Colored SQL statements" supports Pluto.jl notebook #50

Open janckerchen opened 1 year ago

janckerchen commented 1 year ago

This is an awesome package! love it~

Learning heavy relied on Pluto.jl notebook, but "Colored SQL statements" is invalid in Pluto.jl

image
wookay commented 1 year ago

thanks.

you can use PlutoUI.with_terminal function.

using PlutoUI

with_terminal() do

    # Repo.execute ...

end