Hello,
I would like to use Jupyter Notebook with Julia v0.6.1.
I want to use the version of Jupyter that I installed at a non-default location:
& install the IJulia kernels in a non-default kernel directory (where I also installed the R kernels)
However, after invoking the commands:
module load python/3.5.2
julia> Pkg.add("IJulia")
the Julia kernels are installed in a default location:
INFO: Installing Julia kernelspec julia-0.6
How can I change this location?
Thanks,
Wim