I just started using Julia and want to use different environments. So far, I have two environments in two different folders, both with IJulia
added to them and then different other packages. When starting Jupyter however, I only see one Julia version as a kernel (Julia 1.5.3)
.
For Python environments, I use nb_conda_kernels
, so Jupyter displays Python[conda env:root]
, Python[conda env:myEnv]
, etc. How do I achieve the same with Julia, so i can switch Kernels without switching directories and restarting Jupyter from a different directory?