IJulia Kernel

Remix this to get started with Julia nil.

1.
Setup

pkg"add IJulia"
pkg"build IJulia"
pkg"precompile"

2.
Testing

Check that our environment has the needed scripts

using IJulia
IJulia.verbose

We're using the following 'argv' to start our kernel client

cat /root/.local/share/jupyter/kernels/julia-1.0/kernel.json
cat /root/.julia/packages/IJulia/*/src/kernel.jl