In a terminal, this can be loaded if I start julia with the extension
$ julia --sysimage ~/.julia/sysimages/sys_itensors.so
Question: I would like the Julia REPL in VS Code to automatically start Julia in this way, that is, using the ITensors sysimage. How do I do this?
Follow up question: I am using a Jupyter notebooks in VS Code with a Julia Kernel. How can I tell Kernel that it should load the ITensors sysimage when it starts?
Thanks. The custom kernal for Jupyter works great.
However, considering my original question. If I follow the advice by TI23XPRO, I need to first create a project environment, then build a custom sysimage that is saved in the same project folder and then VSC is supposed to automatically find it. However, if I don’t want to create an environment and a custom sysimage of this environment (which might also include other packages), how to I tell VSC to consider the sysimage sys_itensors.so in my .julia/sysimages folder?