You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For clarity, Juno.render. Otherwise it just shows the basic print, and hides the other data. (Juno.jl is a low dependency library for interacting with Juno)
Is there a way to resolve this issue without bringing in Juno as a dependency? As @andreasnoack stated in JuliaData/DataFrames.jl#1164 (comment), it's a hefty dependency to carry around just for pretty printing.
A method for
render()
has to be defined, as stated by @ChrisRackauckas .At the moment the only way to "see" the results in Atom is to press "Copy" in the console and then paste somewhere else :(
(
print()
also doesn't work)The text was updated successfully, but these errors were encountered: