Pluto on binder - how to load packages #2025
Unanswered
alex-s-gardner
asked this question in
Questions about using Pluto
Replies: 1 comment 1 reply
-
Hey! It could be that you are adding large packages that require a lot of memory to precompile, like Flux or DiffEq. Binder can have a fairly small memory limit (depending on the provider, time of day, etc), causing a memory overload. Can you share a notebook file? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I also posted this on the Julia Slack channel:
https://julialang.slack.com/archives/C017Z6Q3WS3/p1649112168186659
I'm very keen to share an interactive Pluto notebook using Binder but I'm unable to get registered packages to load using
Pkg.add()
without the server timing out. Has anyone found a way around this issue? I suspect I need to percompile packages but not sure what steps I need to take to do that.Thanks!
Beta Was this translation helpful? Give feedback.
All reactions