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
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:
When using Cmd+shift+enter for half a second the outputs using print will appear and then it goes back to just showing julia>
The variables will update themself in Workspace when I use the command Cmd+shift+enter, so the code is actually runnin
EDIT:
I rebooted my computer and it got fixed!
The text was updated successfully, but these errors were encountered:
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:
When using Cmd+shift+enter for half a second the outputs using print will appear and then it goes back to just showing
julia>
The variables will update themself in Workspace when I use the command Cmd+shift+enter, so the code is actually runnin
EDIT:
I rebooted my computer and it got fixed!
The text was updated successfully, but these errors were encountered: