I can’t see Julia in Jupyter’s new. I have anaconda3 and Julia 1.2.0. I have written using Pkg and PKg.add(“IJulia”) and this procedure must be corrected. I cannot understand why. Can someone help me? PLEASE!
Try executing
using Pkg
Pkg.build("IJulia")
Paulo
1 Like
Thank you very much!!! It works correctly!