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()
来源:https://stackoverflow.com/questions/35195061/kernel-error-in-ijulia-notebook-failed-to-start-the-kernel-in-jupyter