Hello everyone, I’m struggling to have a working install of Julia alongside Anaconda on Windows 10.
Basically I have a bunch of environments (Python & R) and I used to simply install Julia on the side and use with Juno.
Since I wanted know to transition to using Jupyterlab, I did set ENV[“JUPYTER”]=“…”
and installed IJulia which is when my problems started.
IJulia did install but in the root env, which is a pain because I can’t seem to access my conda envs from the Anaconda prompt anymore, even after uninstalling Julia.
Open the Anaconda Navigator, then open JupyterLab. See if “Julia 1.3.1” appears in the welcome screen. If not, repeat steps 1-3 but with ENV["JUPYTER"]="C:\\Users\\Yuxi\\Anaconda3\\Scripts\\jupyter-lab.exe" instead.
If that still failed, repeat steps 1-3, then type in the Julia REPL notebook(). It should open up a Jupyter Notebook environment. Not JupyterLab, but it should be good enough.