Do you know how to fix this kernel error and what caused it?
I have called Julia from xterm bash like the following photo:
Do you know how to fix this kernel error and what caused it?
I have called Julia from xterm bash like the following photo:
So I used the following commands and then the kernel starts successfully in IJulia Notebook:
Pkg.update()
Pkg.build("IJulia")
using IJulia; notebook()