DaemonMode.jl
DaemonMode.jl copied to clipboard
Output from "display()" does not exist
When running following file with the DaemonMode client there is no output. Why?
> cat test.jl
display(1+1)
I also found the println and display behave inconsistently. display will displays output in the server side instead of the client side. Hope this bug to be fixed.