From 319ce562cb1a462b3eab569a14d5a8a19fb6e3aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Sun, 16 Jul 2023 18:01:43 +0200 Subject: [PATCH] Include Erlang/OTP and Elixir versions on Attached node page, closes #2078 --- lib/livebook_web/live/session_live/attached_live.ex | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/livebook_web/live/session_live/attached_live.ex b/lib/livebook_web/live/session_live/attached_live.ex index 2a0269ee1..cfc1a611e 100644 --- a/lib/livebook_web/live/session_live/attached_live.ex +++ b/lib/livebook_web/live/session_live/attached_live.ex @@ -32,8 +32,7 @@ defmodule LivebookWeb.SessionLive.AttachedLive do

Connect the session to an already running node and evaluate code in the context of that node. - Thanks to this approach you can work with - an arbitrary Elixir runtime. + The node must run Erlang/OTP <%= :erlang.system_info(:otp_release) %> and Elixir <%= System.version() %> (or later). Make sure to give the node a name and a cookie, for example: