Installation of Julia First download the installer from official site then run the installer. Set the environvent path variable. Test it by opening the Julia Command Line or REPL (Read Eval Print Loop). println("hello world") Adding Julia into Jupyter First add package IJulia by typing use Pkg and then enter. Then Pkg.add("IJulia"). Wait for the […]