-->

Kernel Error in IJulia notebook--Failed to Start t

2020-07-25 10:59发布

问题:

Do you know how to fix this kernel error and what caused it?

I have called Julia from xterm bash like the following photo:

回答1:

So I used the following commands and then the kernel starts successfully in IJulia Notebook:

Pkg.update()
Pkg.build("IJulia")
using IJulia; notebook()