Unable to type in REPL after running code

I’m wondering if this issue has occurred to anybody else:

Juno boots up fine, and the REPL is responsive as usual. However, as soon as I run a single file/block of code, the REPL no longer becomes responsive. I can still type in any open file that I am editing, but no longer in the REPL without having to restart Julia. Is there a known fix to this?

Thanks in advance.

1 Like

Update your Atom.jl, REPL stops responding to keys after Ctrl-evaluation · Issue #228 · JunoLab/Juno.jl · GitHub

4 Likes

Wonderful – thank you very much. I had very recently updated my packages, and thought I had covered that base.

Cheers