Can't capture a livebook "up" in a cluster

@ndrean Livebook spawns a separate node for every notebook and those nodes are hidden (so that notebooks are not clustered with each other by default). Try :net_kernel.monitor_nodes(true, %{node_type: :all}) and see if you get :nodeup.

2 Likes