I'm using JuliaCall in a web application, which loads in Julia source code after running julia_setup(). However, each new web session will attempt to load in the source code, which causes quite a significant delay for other users. Is there a way to check if the Julia environment has already been loaded so I may skip attempting to load in source code?
I'm using JuliaCall in a web application, which loads in Julia source code after running julia_setup(). However, each new web session will attempt to load in the source code, which causes quite a significant delay for other users. Is there a way to check if the Julia environment has already been loaded so I may skip attempting to load in source code?