# Installed last version of Julia and and Jupyter doesnt work because Kernel error

**URL:** https://discourse.julialang.org/t/installed-last-version-of-julia-and-and-jupyter-doesnt-work-because-kernel-error/53288
**Category:** General Usage
**Tags:** question
**Created:** [January 13, 2021, 4:12pm UTC](https://discourse.julialang.org/t/installed-last-version-of-julia-and-and-jupyter-doesnt-work-because-kernel-error/53288 "2021-01-13T16:12:58Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![elkinjosuerc](https://avatars.discourse-cdn.com/v4/letter/e/b77776/32.png) [@elkinjosuerc](https://discourse.julialang.org/u/elkinjosuerc)
#### Post date: [January 13, 2021, 4:12pm UTC](https://discourse.julialang.org/t/installed-last-version-of-julia-and-and-jupyter-doesnt-work-because-kernel-error/53288/1 "2021-01-13T16:12:58Z")

</div>

Hi i used to have the Julia version 1.0.5 but i read i must update the version for the most recent one in order to solve a package error, so i installed the last version and delete the older. But when i try tu use Jupyter notebook it shows that is still using the older version and it show Kernel error and i supose that is because that version is deleted of my computer.

May someone please help me tellling me how to setting the Jupyter notebook to run with the last version of Julia and to solve that Kernel error.

Thank you in advance.

---

<div class="post-metadata">

### Author: ![sijo](https://avatars.discourse-cdn.com/v4/letter/s/da6949/32.png) [@sijo](https://discourse.julialang.org/u/sijo)
#### Post date: [January 13, 2021, 4:31pm UTC](https://discourse.julialang.org/t/installed-last-version-of-julia-and-and-jupyter-doesnt-work-because-kernel-error/53288/2 "2021-01-13T16:31:09Z")

</div>

Did you install the IJulia package in the new Julia version?

E.g. do you have an error when doing

```julia
]add IJulia
notebook()

```

?

---

<div class="post-metadata">

### Author: ![vavrines](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/vavrines/32/8024_2.png) [@vavrines](https://discourse.julialang.org/u/vavrines)
#### Post date: [January 13, 2021, 7:08pm UTC](https://discourse.julialang.org/t/installed-last-version-of-julia-and-and-jupyter-doesnt-work-because-kernel-error/53288/3 "2021-01-13T19:08:37Z")

</div>

Previously after `]add IJulia`, you will need to build it with `]build IJulia`.

---

<div class="post-metadata">

### Author: ![elkinjosuerc](https://avatars.discourse-cdn.com/v4/letter/e/b77776/32.png) [@elkinjosuerc](https://discourse.julialang.org/u/elkinjosuerc)
#### Post date: [January 14, 2021, 9:42pm UTC](https://discourse.julialang.org/t/installed-last-version-of-julia-and-and-jupyter-doesnt-work-because-kernel-error/53288/4 "2021-01-14T21:42:08Z")

</div>

Hi thank you i works!!! i build IJulia and then add and that solve my problem. Now i have the last version of Julia in my Jupyter notebook!!

---

<div class="post-metadata">

### Author: ![Rubayet\_Alam](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/rubayet_alam/32/26750_2.png) [@Rubayet\_Alam](https://discourse.julialang.org/u/Rubayet_Alam)
#### Post date: [July 3, 2021, 5:20pm UTC](https://discourse.julialang.org/t/installed-last-version-of-julia-and-and-jupyter-doesnt-work-because-kernel-error/53288/5 "2021-07-03T17:20:00Z")

</div>

I am also facing the same problem! Don’t know what to do!
