Update README.md

This commit is contained in:
José Valim 2021-04-08 22:27:08 +02:00 committed by GitHub
parent 9ce7596fdf
commit a024554f21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,8 @@ Livebook is a tool for crafting interactive and collaborative code notebooks. It
they also play well with version control.
* Sequential evaluation: code cells run in a specific order, guaranteeing future users of
the same Livebook see the same output.
the same Livebook see the same output. If you re-execute a previous cell, following cells
are marked as stale to avoid confusion about the notebook state.
* Custom runtimes: when executing Elixir code, you can either start a fresh Elixir process,
connect to an existing node, or run it inside an existing Elixir project, with access to