Juno.jl
Juno.jl copied to clipboard
[BUG] Remote connection doesn't work
Following these steps: https://docs.junolab.org/latest/man/remote/
When I click on the "Start Remote Julia Process", the remote matchine does run the Juno.connect(59921) command, but I get this error in atom:

Did you make sure you have an up-to-date version of Atom.jl installed on the remote? What version of julia-client are you running?
Thanks. Yeah, I think it's all good.
On the remote I have:
"Atom" => v"0.12.24"
On local in atom, I have julia-client 0.12.6
My local machine is a macbook, my remote is an ubuntu 20.04 desktop.
When I try to execute a line of code in my local project in atom (using this remote method) it never does anything, just hangs there, with the little gear icon.
It's still not clear to me if I should be editing a files on my local machine (and running them in atom, which then compiles them remotely) or the files on the remote machine?