# Jupyter 0.6.2.2 started to show Julia 0.6.3 as notebook menu

**URL:** https://discourse.julialang.org/t/jupyter-0-6-2-2-started-to-show-julia-0-6-3-as-notebook-menu/11557
**Category:** New to Julia
**Created:** [June 9, 2018, 3:21pm UTC](https://discourse.julialang.org/t/jupyter-0-6-2-2-started-to-show-julia-0-6-3-as-notebook-menu/11557 "2018-06-09T15:21:14Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![suiato](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/suiato/32/1713_2.png) [@suiato](https://discourse.julialang.org/u/suiato)
#### Post date: [June 9, 2018, 3:21pm UTC](https://discourse.julialang.org/t/jupyter-0-6-2-2-started-to-show-julia-0-6-3-as-notebook-menu/11557/1 "2018-06-09T15:21:14Z")

</div>

I’m using Jupyter 0.6.2.2 installed with JuliaPro 0.6.2.2.

Recently I’ve installed Julia 0.6.3, and noticed the menu in Jupyter 0.6.2.2 shows Julia 0.6.3.

I’d like to know why it happened, and how to choose JuliaPro 0.6.2.2 instead of Julia 0.6.3.

I’m on Windows 10.

I’ve noticed its menu started to show Julia 0.6.3 instead of Julia

---

<div class="post-metadata">

### Author: ![jebej](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/jebej/32/1784_2.png) [@jebej](https://discourse.julialang.org/u/jebej)
#### Post date: [June 9, 2018, 3:44pm UTC](https://discourse.julialang.org/t/jupyter-0-6-2-2-started-to-show-julia-0-6-3-as-notebook-menu/11557/2 "2018-06-09T15:44:25Z")

</div>

It probably changed because you rebuilt IJulia in Julia 0.6.3. Try `Pkg.build("IJulia")` in JuliaPro.

---

<div class="post-metadata">

### Author: ![suiato](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/suiato/32/1713_2.png) [@suiato](https://discourse.julialang.org/u/suiato)
#### Post date: [June 9, 2018, 4:20pm UTC](https://discourse.julialang.org/t/jupyter-0-6-2-2-started-to-show-julia-0-6-3-as-notebook-menu/11557/3 "2018-06-09T16:20:05Z")

</div>

> [@jebej](#):
>
> It probably changed because you rebuilt IJulia in Julia 0.6.3. Try `Pkg.build("IJulia")` in JuliaPro.

Thank you. I tried:

```julia
julia> Pkg.build("IJulia")
INFO: Building Conda
INFO: Building MbedTLS
Using system libraries...
INFO: Building WinRPM
INFO: Downloading https://cache.julialang.org/http://download.opensuse.org/repositories/windows:/mingw:/win32/openSUSE_Leap_42.2/repodata/repomd.xml
INFO: Downloading https://cache.julialang.org/http://download.opensuse.org/repositories/windows:/mingw:/win64/openSUSE_Leap_42.2/repodata/repomd.xml
INFO: Building ZMQ
INFO: Updating WinRPM package list
INFO: Downloading https://cache.julialang.org/http://download.opensuse.org/repositories/windows:/mingw:/win32/openSUSE_Leap_42.2/repodata/repomd.xml
INFO: Downloading https://cache.julialang.org/http://download.opensuse.org/repositories/windows:/mingw:/win64/openSUSE_Leap_42.2/repodata/repomd.xml
INFO: Building IJulia
INFO: Found Jupyter version 4.3.0: C:\Users\user\AppData\Local\JuliaPro-0.6.2.2\Python\Scripts\jupyter.exe
INFO: Installing Julia kernelspec julia-0.6
Error executing Jupyter command 'kernelspec': [Errno 'jupyter-kernelspec' not found] 2
[InstallKernelSpec] Removing existing kernelspec in C:\Users\user\AppData\Roaming\jupyter\kernels\julia-0.6
[InstallKernelSpec] Installed kernelspec julia-0.6 in C:\Users\user\AppData\Roaming\jupyter\kernels\julia-0.6

```

Launched a notebook:

```julia
julia> using IJulia
julia> notebook()

```

Jupyter’s menu now shows Julia 0.6.2 🙂

Do I have to do something about the error?

---

<div class="post-metadata">

### Author: ![jebej](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/jebej/32/1784_2.png) [@jebej](https://discourse.julialang.org/u/jebej)
#### Post date: [June 9, 2018, 4:30pm UTC](https://discourse.julialang.org/t/jupyter-0-6-2-2-started-to-show-julia-0-6-3-as-notebook-menu/11557/4 "2018-06-09T16:30:55Z")

</div>

I also see this error come up but so far nothing terrible seems to have happened…
