# Juno behaving cranky?

**URL:** https://discourse.julialang.org/t/juno-behaving-cranky/39976
**Category:** Juno
**Created:** [May 22, 2020, 4:49pm UTC](https://discourse.julialang.org/t/juno-behaving-cranky/39976 "2020-05-22T16:49:59Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![NicholasWMRitchie](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/nicholaswmritchie/32/22449_2.png) [@NicholasWMRitchie](https://discourse.julialang.org/u/NicholasWMRitchie)
#### Post date: [May 22, 2020, 4:49pm UTC](https://discourse.julialang.org/t/juno-behaving-cranky/39976/1 "2020-05-22T16:49:59Z")

</div>

Has anyone else noticed that since a recent update to Atom that Juno has been really cranky?  
I’ve gone so far as uninstalling Atom and deleting every Atom related file and reinstalling but I get the same issues.

Not all of these issues happen all the time but here are a list of symptoms:

- The REPL won’t start - I’m stuck in a loop of “Press enter to start Julia” =\> “Julia has exited” No further error message.
- Plots don’t display. Images display but not Gadfly plots.
- During debug, global variables display in the workspace window but not local variables (There is an exception and an error box when each line executes.)

Currently, I’m stuck on the REPL won’t start again.  
I’m not sure which project to submit an issue.

---

<div class="post-metadata">

### Author: ![pfitzseb](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/pfitzseb/32/45566_2.png) [@pfitzseb](https://discourse.julialang.org/u/pfitzseb)
#### Post date: [May 22, 2020, 4:52pm UTC](https://discourse.julialang.org/t/juno-behaving-cranky/39976/2 "2020-05-22T16:52:31Z")

</div>

> [@NicholasWMRitchie](#):
>
> - The REPL won’t start - I’m stuck in a loop of “Press enter to start Julia” =\> “Julia has exited” No further error message.

See the instructions [here](http://docs.junolab.org/latest/man/update/).

> [@NicholasWMRitchie](#):
>
> - Plots don’t display. Images display but not Gadfly plots.

That’s a bug with the newest Atom version:

> <https://github.com/JunoLab/Juno.jl/issues/583>
>
> After updating to 0.12.5, \`Interact\` output stopped showing in the plot pane
> 
> …## Details
> \- Atom version: 1.47.0
> \- Julia version: 1.4.1
> \- OS: Windows 10
> \- Package versions:
> - Atom.jl: 0.12.11
> - julia-client: 0.12.5
> - ink: 0.12.4
> 
> \### Steps to reproduce
> 
> 1. Evaluate any \`Interact\` widget, e.g. \`@manipualte\` or
> \`\`\`
> using Interact
> slider(1:4)
> \`\`\`
> 
> The plot pane remains/becomes empty.

---

<div class="post-metadata">

### Author: ![NicholasWMRitchie](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/nicholaswmritchie/32/22449_2.png) [@NicholasWMRitchie](https://discourse.julialang.org/u/NicholasWMRitchie)
#### Post date: [May 22, 2020, 6:33pm UTC](https://discourse.julialang.org/t/juno-behaving-cranky/39976/3 "2020-05-22T18:33:32Z")

</div>

Thanks! The JunoLab instructions seems to resolve the REPL and debug problems.
