mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-06 03:34:57 +08:00
Update README.md
This commit is contained in:
parent
9ce7596fdf
commit
a024554f21
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ Livebook is a tool for crafting interactive and collaborative code notebooks. It
|
||||||
they also play well with version control.
|
they also play well with version control.
|
||||||
|
|
||||||
* Sequential evaluation: code cells run in a specific order, guaranteeing future users of
|
* 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,
|
* 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
|
connect to an existing node, or run it inside an existing Elixir project, with access to
|
||||||
|
|
Loading…
Add table
Reference in a new issue