# Atom for Julia

**URL:** https://discourse.julialang.org/t/atom-for-julia/91436
**Category:** General Usage
**Created:** [December 8, 2022, 4:54pm UTC](https://discourse.julialang.org/t/atom-for-julia/91436 "2022-12-08T16:54:19Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![angeloaliano1](https://avatars.discourse-cdn.com/v4/letter/a/7ea924/32.png) [@angeloaliano1](https://discourse.julialang.org/u/angeloaliano1)
#### Post date: [December 8, 2022, 4:54pm UTC](https://discourse.julialang.org/t/atom-for-julia/91436/1 "2022-12-08T16:54:19Z")

</div>

Dear all,  
I opened the Atom today and the following message appears:  
 ![image](https://global.discourse-cdn.com/julialang/original/3X/f/4/f4fa1009e9404930e025c50b8d329542d96f77b9.png)

and when I click to update the package “julia-client”:

 ![image](https://global.discourse-cdn.com/julialang/original/3X/7/1/714083f390fbff3c46993ab71c16decec86b8a5e.png)

failed to updade…How can I solve this issue? Yesterday this was normal.

Many thanks!

---

<div class="post-metadata">

### Author: ![Sukera](https://avatars.discourse-cdn.com/v4/letter/s/ce7236/32.png) [@Sukera](https://discourse.julialang.org/u/Sukera)
#### Post date: [December 8, 2022, 4:56pm UTC](https://discourse.julialang.org/t/atom-for-julia/91436/2 "2022-12-08T16:56:09Z")

</div>

Atom has been sunset by Microsoft - it will cease to function in about a week. This is probably related to that.

> **[Sunsetting Atom](https://github.blog/2022-06-08-sunsetting-atom/)**
>
> We are archiving Atom and all projects under the Atom organization for an official sunset on December 15, 2022.

In addition, the julia package for Atom has not really been updated for quite some time now, since the development of the extension switched from Juno to VSCode.

---

<div class="post-metadata">

### Author: ![angeloaliano1](https://avatars.discourse-cdn.com/v4/letter/a/7ea924/32.png) [@angeloaliano1](https://discourse.julialang.org/u/angeloaliano1)
#### Post date: [December 8, 2022, 4:57pm UTC](https://discourse.julialang.org/t/atom-for-julia/91436/3 "2022-12-08T16:57:49Z")

</div>

> [@Sukera](#):
>
> Atom has been sunset by Microsoft - it will cease to function in about a week

What IDE I use to work in Julia, except Jupyter??

---

<div class="post-metadata">

### Author: ![TheCedarPrince](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/thecedarprince/32/17323_2.png) [@TheCedarPrince](https://discourse.julialang.org/u/TheCedarPrince)
#### Post date: [December 8, 2022, 5:00pm UTC](https://discourse.julialang.org/t/atom-for-julia/91436/4 "2022-12-08T17:00:10Z")

</div>

It is recommended to use [VSCode](https://www.julia-vscode.org). 🙂

Of course, vim or emacs is always an option too. 😉

---

<div class="post-metadata">

### Author: ![ThatNerd](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/thatnerd/32/44929_2.png) [@ThatNerd](https://discourse.julialang.org/u/ThatNerd)
#### Post date: [December 9, 2022, 7:33am UTC](https://discourse.julialang.org/t/atom-for-julia/91436/5 "2022-12-09T07:33:22Z")

</div>

If you’re looking for a notebook-like environment, I’ve also seen people enjoy Pluto before, although I haven’t used it myself:

> **[GitHub - fonsp/Pluto.jl: 🎈 Simple reactive notebooks for Julia](https://github.com/fonsp/Pluto.jl)**
>
> 🎈 Simple reactive notebooks for Julia. Contribute to fonsp/Pluto.jl development by creating an account on GitHub.
