Include Erlang/OTP and Elixir versions on Attached node page, closes #2078

This commit is contained in:
José Valim 2023-07-16 18:01:43 +02:00
parent 19a5124d1a
commit 319ce562cb

View file

@ -32,8 +32,7 @@ defmodule LivebookWeb.SessionLive.AttachedLive do
<p class="text-gray-700"> <p class="text-gray-700">
Connect the session to an already running node Connect the session to an already running node
and evaluate code in the context of that node. and evaluate code in the context of that node.
Thanks to this approach you can work with The node must run Erlang/OTP <%= :erlang.system_info(:otp_release) %> and Elixir <%= System.version() %> (or later).
an arbitrary Elixir runtime.
Make sure to give the node a name and a cookie, for example: Make sure to give the node a name and a cookie, for example:
</p> </p>
<div class="text-gray-700 markdown"> <div class="text-gray-700 markdown">