Install Julia to your system.
# From a Julia prompt
julia> using Pkg
julia> Pkg.add("IJulia")
Perform the same steps as installing the IJulia and perform the update and install kernel steps.
# From a Julia prompt
julia> using Pkg
julia> Pkg.update("IJulia")
julia> using IJulia
julia> IJulia.installkernel("Julia nteract")
Refer to the IJulia documentation for additional commands.