Julia: Kernel error in IJulia Jupyter Notebook

Created on 4 Feb 2016  ·  2Comments  ·  Source: JuliaLang/julia

Can someone look at this error in SO and provide me with a fix?
http://stackoverflow.com/questions/35195061/kernel-error-in-ijulia-notebook

Most helpful comment

The solution is as follows:
Pkg.update()
Pkg.build("IJulia")
using IJulia; notebook()

All 2 comments

The solution is as follows:
Pkg.update()
Pkg.build("IJulia")
using IJulia; notebook()

Looks like you found your own answer!

For future reference, this type of question/request is better suited for the julia-users mailing list (or StackOverflow, where you posted). This area is for actual bugs in Julia itself. If there's a bug in IJulia (the Jupyter interface), then https://github.com/JuliaLang/IJulia.jl is a better place.

Was this page helpful?
0 / 5 - 0 ratings