You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That feature is about precompiling multiple packages in parallel. As such I think it works fine for IJulia -- indeed I test it very often, when I ]up my main Julia environment. IJulia is precompiled in parallel to other packages, and it is not the last one usually, either.
If the only thing that needs to be precompiled is IJulia, this feature has no effect.
Sorry if my phrasing was unclear - I am indeed talking about IJulia not precompiling multiple packages in parallel when using them inside a notebook, so that precompilation takes significantly longer in a notebook.
Julia has gained the ability to precompile in parallel on
using
a while ago:JuliaLang/julia#49242
This doesn't seem to happen in IJulia - is there a way to access this REPL feature in IJulia?
The text was updated successfully, but these errors were encountered: