The plot pane indicates whether it is disabled or not.
Added an option to persist the working directory.
Fixed a bug with terminal sizes being inconsistent (mainly on Windows).
Fixes Open Package in new Window command.
Miscellaneous display system fixes.
Fixed module detection in certain edgecases.
Bugs are best reported here and we’ll do our best to answer any and all questions you might have in the Gitter chat, Slack or here on Discourse.
Installation
Important : Restart Atom before updating julia-client or ink and do not start a Julia session.
If that does not work, close all Atom instances and type
This remote editing is phenomenal. I can use Juno to interactively use my lab computers from home, without a hiccup. It’s insane. Good job @pfitzseb.
Many thanks for developing Juno! Could you say what features Ink is necessary for? Is it the plot pane, etc.? I ask because Atom’s Timecop reveals that Ink is responsible for quite a lag when I open a new Atom window. What do we loose if we disable Ink? It would be great if Juno offered facilities such as autocompletion without needing Ink. Is that possible? Could it be an option when installing Juno?
Basically all UI elements are implemented in ink, plus a whole load of other (more or less) basic building blocks. So no, there’s no plan to provide a version of Juno without ink.
That said, I’ll definitely take another look at load times. Long term I’d also like to deprecate ink and move that functionality into julia-client, since that would make performance optimisations easier, the code in general much cleaner, and get rid of the update troubles.
Remote edit sounds really useful. I currently use an expensive laptop with good battery life to run Julia while “on the road”. I get some 10 hours battery life with standard desktop work, and closer to 6 hours with intensive Julia work.
With this remote edit, could I:
use Juno on a laptop, log into a powerful workstation via ftp, do the number crunching on a workstation (at work, or at home), have the results returned to the laptop-Juno, and view plots locally?
would this also work with LTE communication, i.e., without wi-fi (some of these newer “always on” PCs…)?
is it difficult to set up this communication with a home PC behind a router?
is Julia needed locally to run Juno?
Some newer PCs with better battery life comes with an ARM processor. I guess Juno/Julia doesn’t run on Win-on-ARM, so my last question above would probably rule out this solution on Win-on-ARM?
Hm… there were 2 updates for Juno this morning. After I installed the updates, the left margin palette of tools (new file, open file, open REPL, etc., etc.) disappeared.
Hey, Thanks a lot for bringing us Juno!
I updated Juno to the new version, and now instead of the Console I have the julia REPL (like in a terminal) - with no autocomplete and other nice functions of the console.
Is that intended?