Replies: 1 comment 6 replies
-
In this case you would need to start Livebook itself as a hidden node. How are you starting it? |
Beta Was this translation helpful? Give feedback.
6 replies
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.
-
At the moment, if you have a multi-node cluster running OTP 25, and you want to connect a Livebook instance in attached mode to a node, you will be met with an error like:
This is easily solved in
iex
by passing the--hidden
flag to use a hidden node, however there is no easy way to enable this for Livebook. It would be great to provide a similarly named flag.Beta Was this translation helpful? Give feedback.
All reactions