Kernel error in jupyter

When trying to open a notebook in jupyter, it gives me the following kernel error. (Note, I am running Julia 0.6.2).

FileNotFoundError: [Errno 2] No such file or directory: ‘/private/var/folders/ch/3nf50c254qj98r9h_r6whpp00000gp/T/AppTranslocation/A26A9AA7-D19F-447A-A86E-83CD9C3B53C1/d/Julia-0.6.app/Contents/Resources/julia/bin/julia’: ‘/private/var/folders/ch/3nf50c254qj98r9h_r6whpp00000gp/T/AppTranslocation/A26A9AA7-D19F-447A-A86E-83CD9C3B53C1/d/Julia-0.6.app/Contents/Resources/julia/bin/julia’

How did you install Julia and jupyter?

If it can’t find the julia program then probably it is because you moved Julia to a new location. Run the Julia command line and run Pkg.build("IJulia") again to update Jupyter with the new kernel location.

1 Like