It may be worth mentioning that the default cell delimiter seems to have changed from ## to ##\space, which just tripped me up a bit (I liked the old default fwiw, not sure the motivation for the extra space, but in any case, its configurable).
when you update to atom@1.47.0, you need to “rebuild” julia-client package (since it comes with electron update). See our FAQ section for visual instructions.
atom@1.47.0 seems to disable webview by default, which causes problems when you want to use features using WebIO.jl, etc. The fix is already done in master, but the release including that hasn’t come yet. Easy workaround is to downgrade Atom to 1.46.0 or update to the coming nightly release.
It seems the julia-client package got stuck at some point. It cannot even be uninstalled any more.
Uninstalling and reinstalling both Juno packages and Atom itself did not help.
I’m on Atom 1.47.0 and my Julia packages are up to date (Atom v0.12.11; Juno v0.8.2).
When running apm uninstall julia-client, I get the following:
Uninstalling julia-client failed
Failed to delete julia-client: No package.json found at C:\Users\Frederik Banning\.atom\packages\julia-client\package.json
So that’s consistent with the behaviour in Atom/Juno itself (uninstall not possible).
Simply ignoring this and proceeding with apm install julia-client has fixed the issue though. Juno is back up and running. Thanks for the link.
Didn’t see that before. That’s pretty cool! It will allow me to go back to VS Codium (i.e. no telemetry) and still enjoy the full power of Juno (e.g. cell evaluation).
After installation Juno 0.12.5 i got message that asked to update Atom.jl after doing thatl (in the REPL) I can not run Julia in Atom editor with the message:
“Julia has exited.
Press Enter to start a new session.”