compile notebook to binary or app to minimise startup time #810
Replies: 2 comments 7 replies
-
Yes, use the notebook file as a representative workload to generate a custom sysimage, then launch Pluto with that sysimage set for notebooks: Pluto.run(sysimage="path/to/sysimage.so") |
Beta Was this translation helpful? Give feedback.
-
Its not working anymore. Loading the notebook will make pluto crash schedule: Task not runnable Please submit a bug report with steps to reproduce this fault, and any error messages that follow (in their entirety). Thanks. |
Beta Was this translation helpful? Give feedback.
-
Would this be possible using
PackageCompiler.jl
?https://julialang.github.io/PackageCompiler.jl/dev/
Beta Was this translation helpful? Give feedback.
All reactions