# Uber-juno init

**URL:** https://discourse.julialang.org/t/uber-juno-init/23706
**Category:** Juno
**Created:** [April 30, 2019, 5:27pm UTC](https://discourse.julialang.org/t/uber-juno-init/23706 "2019-04-30T17:27:04Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![mfleader](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/mfleader/32/8246_2.png) [@mfleader](https://discourse.julialang.org/u/mfleader)
#### Post date: [April 30, 2019, 5:27pm UTC](https://discourse.julialang.org/t/uber-juno-init/23706/1 "2019-04-30T17:27:04Z")

</div>

I’m on a work laptop, and I installed Julia and Atom using choco (I’m on windows 10).

I also used the atom package manager to install uber-juno.

However, the initial open of Atom fails to download the tool-bar. It says maybe it’s my internet connection, and if its not to tell [http://discuss.junolab.org](http://discuss.junolab.org) (which doesn’t seem to go anywhere).

I tried it again with hotspot from my phone and it happened again.

I would like to use Juno at work.

What do?

---

<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: [April 30, 2019, 5:37pm UTC](https://discourse.julialang.org/t/uber-juno-init/23706/2 "2019-04-30T17:37:28Z")

</div>

Can you try installing toolbar (or any other package) manually?

---

<div class="post-metadata">

### Author: ![mfleader](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/mfleader/32/8246_2.png) [@mfleader](https://discourse.julialang.org/u/mfleader)
#### Post date: [April 30, 2019, 7:18pm UTC](https://discourse.julialang.org/t/uber-juno-init/23706/3 "2019-04-30T19:18:59Z")

</div>

As in: apm install tool-bar

or something else?

---

<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 1, 2019, 6:59am UTC](https://discourse.julialang.org/t/uber-juno-init/23706/4 "2019-05-01T06:59:39Z")

</div>

Yes, either like that or through the Atom UI.

---

<div class="post-metadata">

### Author: ![mfleader](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/mfleader/32/8246_2.png) [@mfleader](https://discourse.julialang.org/u/mfleader)
#### Post date: [May 1, 2019, 11:51am UTC](https://discourse.julialang.org/t/uber-juno-init/23706/5 "2019-05-01T11:51:45Z")

</div>

Thank you!

For some reason my shell was able to download all of the remaining uber-juno dependencies, while the Atom UI was unable to do so.

I had to install all of the following one-by-one as Atom discovered which package it still needed for uber-juno. Condensed to one apm call:

apm install tool-bar indent-detective latex-completions language-julia ink julia-client
