Any pluto-on-binder with packages gets disconnected. #3346
Replies: 2 comments 1 reply
-
Hi Stijn! That sucks :( I suspect it's happening because the binder worker runs out of memory, because the Pkg precompilation suddenly starts a number of Julia processes to precompile. You see this if you launch the same binder, without Pluto: https://mybinder.org/v2/gh/fonsp/pluto-on-binder/HEAD If I start a Julia jupyter notebook, and run I think this is caused by Julia becoming more demanding. And perhaps the memory limit in binder was decreased. We could experiment with:
|
Beta Was this translation helpful? Give feedback.
-
Hi Fons! Changing the number of parallel Pkg precompilation processes should not be too difficult. I will see if can cook up a quick edit later this week. Stijn |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have previously used Pluto in combination with binder, which worked fine.
I tried to use binder today and every notebook with a using statement fails to precompile, and gets put into Reconnecting (disconnected), even featured notebooks like such as https://featured.plutojl.org/basic/images
In addition, I get the warnings:
This is point where every notebooks disconnects from the binder service.
Beta Was this translation helpful? Give feedback.
All reactions