Pluto and PackageCompiler #1415
Unanswered
gianmariomanca
asked this question in
Questions about using Pluto
Replies: 1 comment 2 replies
-
I'm not sure the sysimage will get loaded by the Pluto workers even if you start Julia like that. When you start Pluto though you should be able to pass a import Pluto
Pluto.run(; sysimage="sys_plots.so") Pluto has several other options that get sent to newly launched Julia processes grouped under |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does Pluto with its own new package management system play well with PackageCompiler?
If I have a sysimage for fast plotting and I start julia with
julia -t 8 --sysimage sys_plots.so
should I expect the pluto session to use the sysimage and so have faster time to first plot?
Beta Was this translation helpful? Give feedback.
All reactions