Open mm3509 opened 6 years ago
This looks like an IJulia bug, since they would be the ones creating the kernelspec file. You might want to report this to them.
I am experiencing the same issue. Was a solution ever found?
I moved from IJulia to Emacs Speaks Statistics shortly after, so I didn't pursue this further.
Hello,
I installed Julia with the JuliaPro package, then removed it after a few months by deleting the directory in
/Applications
, and I installed Julia again. I installed Jupyter in a new Conda environment and I kept gettingKernel Error
in the browser andThis happened despite having the path to the new Julia in
~/.bashrc
and~/.bash_profile
:After several hours, I found this thread, ran Julia from the terminal and updated IJulia:
I got:
So it seems that Jupyter read the path to julia from the previous JuliaPro installation and not from the current plain Julia installation, despite this being in the bash PATH. Does this make sense, and can this be changed?
Settings: macOS High Sierra, version 10.13.14 Julia: version 0.6.3 conda: 4.5.4 Jupyter: 4.4.0