JunoLab / Juno.jl

MIT License
144 stars 23 forks source link

Output not coming out new Julia version #576

Closed Veenty closed 4 years ago

Veenty commented 4 years ago

I just changed the Julia version that Atom was using and now everytime that I run the script using the Cmd+shift+enter the output is not coming out. For instance if I write

print("Hello World)

in the REPL will just keep saying

julia>

Something similar happens with the plots.

However if i run that line using the commando Cmd+enter then it will show up.

More information:

I rebooted my computer and it got fixed!