Add support for LIVEBOOK_DISTRIBUTION=none #2441
Closed
Munksgaard
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Livebook uses the Erlang distribution to talk to each runtime inside the notebook, so that's simply not possible. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
It seems like mix releases have support for
RELEASE_DISTRIBUTION=none
, which means that distribution is disabled. I am wondering if there is a particular reason why livebook does not support that flag, or at least why the documentation does not mention it.I would also expect, if LIVEBOOK_DISTRIBUTION is set to none, that the
releases/COOKIE
file is not written to.Beta Was this translation helpful? Give feedback.
All reactions