# Can't install IJulia after re-installing Julia to run Julia through Jupyter notebooks

**URL:** https://discourse.julialang.org/t/cant-install-ijulia-after-re-installing-julia-to-run-julia-through-jupyter-notebooks/53352
**Category:** New to Julia
**Tags:** question
**Created:** [January 14, 2021, 7:37pm UTC](https://discourse.julialang.org/t/cant-install-ijulia-after-re-installing-julia-to-run-julia-through-jupyter-notebooks/53352 "2021-01-14T19:37:03Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Tomas\_Bonfiglio](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/tomas_bonfiglio/32/20990_2.png) [@Tomas\_Bonfiglio](https://discourse.julialang.org/u/Tomas_Bonfiglio)
#### Post date: [January 14, 2021, 7:37pm UTC](https://discourse.julialang.org/t/cant-install-ijulia-after-re-installing-julia-to-run-julia-through-jupyter-notebooks/53352/1 "2021-01-14T19:37:03Z")

</div>

Hey! how are you guys doing?

I’m dealing with a rather obnoxious problem. I want to run Julia through Jupyter notebooks, I’ve Windows 10 and Python (through Anaconda suite) and as I was dealing with some cleaning I’ve uninstalled Anaconda and Julia, cleaned directories, temp files and reboot my PC. After that I’ve installed Anaconda and Julia in a new directory (D disk instead of C, differents folders), but I can’t get anything from Julia.

I just keep getting errors of “IJulia has no known versions!”, even though I’ve created a new environment to overcome the chance of a bad installation or dependencies issues.

Do you have any idea where the problem could be?

---

<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: [January 14, 2021, 7:39pm UTC](https://discourse.julialang.org/t/cant-install-ijulia-after-re-installing-julia-to-run-julia-through-jupyter-notebooks/53352/2 "2021-01-14T19:39:21Z")

</div>

What happens when you do

```julia
julia> using IJulia

```

in the REPL?

---

<div class="post-metadata">

### Author: ![Tomas\_Bonfiglio](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/tomas_bonfiglio/32/20990_2.png) [@Tomas\_Bonfiglio](https://discourse.julialang.org/u/Tomas_Bonfiglio)
#### Post date: [January 14, 2021, 7:44pm UTC](https://discourse.julialang.org/t/cant-install-ijulia-after-re-installing-julia-to-run-julia-through-jupyter-notebooks/53352/4 "2021-01-14T19:44:53Z")

</div>

Wow! that was a fast response:  
 ![image](https://global.discourse-cdn.com/julialang/original/3X/9/0/903fe04333b5cf636310e7e7640f4a9cedd9d5ea.png)

Sorry, I’ve pasted the wrong screencap

---

<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: [January 14, 2021, 7:48pm UTC](https://discourse.julialang.org/t/cant-install-ijulia-after-re-installing-julia-to-run-julia-through-jupyter-notebooks/53352/5 "2021-01-14T19:48:32Z")

</div>

Okay so it looks like you haven’t installed the Julia package which actually enables the interaction with Jupyter. You need to do:

```julia
julia> ] # (hit ] to enter the pkg REPL mode)

(@v1.5) pkg> add IJulia

```

to install the `IJulia` package. Note that by default this will just install a private Miniconda distribution to deal with all Python related stuff, if you want to use your pre-existing Anaconda installation check out the link in the package Readme [here](https://github.com/JuliaLang/IJulia.jl) to figure out how to do that (althouh honestly unless you’re heavily constrained in terms of storage space I wouldn’t bother)

---

<div class="post-metadata">

### Author: ![Tomas\_Bonfiglio](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/tomas_bonfiglio/32/20990_2.png) [@Tomas\_Bonfiglio](https://discourse.julialang.org/u/Tomas_Bonfiglio)
#### Post date: [January 14, 2021, 7:51pm UTC](https://discourse.julialang.org/t/cant-install-ijulia-after-re-installing-julia-to-run-julia-through-jupyter-notebooks/53352/6 "2021-01-14T19:51:36Z")

</div>

Thanks again! I’ll do the miniconda installation as you suggest!  
I just keep getting an error:  
 ![image](https://global.discourse-cdn.com/julialang/original/3X/b/0/b066e0c22c492e010de38b1aa44ab47fa27e1f49.png)

---

<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: [January 14, 2021, 7:52pm UTC](https://discourse.julialang.org/t/cant-install-ijulia-after-re-installing-julia-to-run-julia-through-jupyter-notebooks/53352/7 "2021-01-14T19:52:55Z")

</div>

That’s odd, is this a fresh install? Maybe related to moving to the D drive? In any case this suggests something’s wrong with your package registry, have a look here: [Pkg\> add results in “no known versions” errors for “Flux” and “Plots”](https://discourse.julialang.org/t/pkg-add-results-in-no-known-versions-errors-for-flux-and-plots/46457)

---

<div class="post-metadata">

### Author: ![Tomas\_Bonfiglio](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/tomas_bonfiglio/32/20990_2.png) [@Tomas\_Bonfiglio](https://discourse.julialang.org/u/Tomas_Bonfiglio)
#### Post date: [January 14, 2021, 8:03pm UTC](https://discourse.julialang.org/t/cant-install-ijulia-after-re-installing-julia-to-run-julia-through-jupyter-notebooks/53352/8 "2021-01-14T20:03:29Z")

</div>

You are the best! I think that there was some remain of the previous installation. thank you so much! 😃
