mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-08 20:46:16 +08:00
Include Erlang/OTP and Elixir versions on Attached node page, closes #2078
This commit is contained in:
parent
19a5124d1a
commit
319ce562cb
1 changed files with 1 additions and 2 deletions
|
@ -32,8 +32,7 @@ defmodule LivebookWeb.SessionLive.AttachedLive do
|
|||
<p class="text-gray-700">
|
||||
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:
|
||||
</p>
|
||||
<div class="text-gray-700 markdown">
|
||||
|
|
Loading…
Add table
Reference in a new issue