Kernels

Kernels connect your favorite languages to nteract projects for an improved REPL experience.

Installation

Install Julia to your system.

To install the IJulia kernel

# From a Julia prompt
julia> using Pkg
julia> Pkg.add("IJulia")

To update and reinstall the IJulia kernel

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.