SolvedIJulia.jl Previously Installed Jupyter distribution cant find Julia
Haru-Fujimura posts at
16 Answers
Share
Original✔️Accepted Answer
You don't need to set JUPYTER
— the kernel configuration file is installed in a location that should be visible to all Jupyter installations. Have you tried Pkg.build("IJulia")
in case your Julia installation has moved since you first installed it?
Related Issues:
12
IJulia.jl Previously Installed Jupyter distribution cant find Julia
You don't need to set JUPYTER — the kernel configuration file is installed in a location that should...
So I have a previously installed version of
conda
andjupyter
that I want to use. Since theconda
distribution for IJulia is currently not working on windows, I attempted to simply install Julia, change the ENV variable tothen installed IJulia the normal way:
and then i opened my previous Jupyter distribution and when i attempted to start the Julia Kernel i recieved the error:
Is this because of Jupyter not knowing where Julia is installed? How do I tell it where for it to look for Julia?