# No REPL and no way to open Julia in Atom

**URL:** https://discourse.julialang.org/t/no-repl-and-no-way-to-open-julia-in-atom/45434
**Category:** New to Julia
**Created:** [August 23, 2020, 10:11pm UTC](https://discourse.julialang.org/t/no-repl-and-no-way-to-open-julia-in-atom/45434 "2020-08-23T22:11:59Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![brett\_knoss](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/brett_knoss/32/13050_2.png) [@brett\_knoss](https://discourse.julialang.org/u/brett_knoss)
#### Post date: [August 23, 2020, 10:11pm UTC](https://discourse.julialang.org/t/no-repl-and-no-way-to-open-julia-in-atom/45434/1 "2020-08-23T22:11:59Z")

</div>

I somehow got rid of the REPL, and now can’t load Julia in Atom. How do I get it back? Do I need to provide a list of relevant packages for atom?

---

<div class="post-metadata">

### Author: ![mastrof](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/mastrof/32/17443_2.png) [@mastrof](https://discourse.julialang.org/u/mastrof)
#### Post date: [August 24, 2020, 7:49pm UTC](https://discourse.julialang.org/t/no-repl-and-no-way-to-open-julia-in-atom/45434/2 "2020-08-24T19:49:05Z")

</div>

I think you should clarify what you mean by “getting rid of the REPL” and “load Julia in Atom”, and what you did in order for this to happen.

Best-case scenario is you just closed the REPL pane and don’t know how to open it again, in which case you can just do Ctrl-J+Ctrl-O or Juno \> Open REPL from the top menu in Atom.  
If this is not the case, then more information is needed.  
At worst, uninstalling and re-installing the Juno packages should solve any issue I guess.

---

<div class="post-metadata">

### Author: ![brett\_knoss](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/brett_knoss/32/13050_2.png) [@brett\_knoss](https://discourse.julialang.org/u/brett_knoss)
#### Post date: [October 10, 2020, 11:41pm UTC](https://discourse.julialang.org/t/no-repl-and-no-way-to-open-julia-in-atom/45434/3 "2020-10-10T23:41:16Z")

</div>

I don’t see Juno in the top menu.

---

<div class="post-metadata">

### Author: ![StevenSiew](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/stevensiew/32/218393_2.png) [@StevenSiew](https://discourse.julialang.org/u/StevenSiew)
#### Post date: [October 11, 2020, 8:19am UTC](https://discourse.julialang.org/t/no-repl-and-no-way-to-open-julia-in-atom/45434/4 "2020-10-11T08:19:04Z")

</div>

![Screen Shot 2020-10-11 at 7.17.45 PM](https://global.discourse-cdn.com/julialang/original/3X/3/d/3df6a7e2d480c96ce0081d7f7af01be8fe93cdb0.png)

If you don’t see Juno in the top menu then you do not have Juno installed in your Atom

---

<div class="post-metadata">

### Author: ![brett\_knoss](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/brett_knoss/32/13050_2.png) [@brett\_knoss](https://discourse.julialang.org/u/brett_knoss)
#### Post date: [October 11, 2020, 5:29pm UTC](https://discourse.julialang.org/t/no-repl-and-no-way-to-open-julia-in-atom/45434/5 "2020-10-11T17:29:45Z")

</div>

I see, how do I install it then?

---

<div class="post-metadata">

### Author: ![nilshg](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/nilshg/32/2283_2.png) [@nilshg](https://discourse.julialang.org/u/nilshg)
#### Post date: [October 11, 2020, 5:48pm UTC](https://discourse.julialang.org/t/no-repl-and-no-way-to-open-julia-in-atom/45434/6 "2020-10-11T17:48:53Z")

</div>

There’s an Atom package called `uber-juno` which does the installation of all the required Atom and Julia packages for you.

Installation instructions are here: [Installation Instructions · Juno Documentation](http://docs.junolab.org/stable/man/installation/)
