Update README.md

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

View file

@ -22,6 +22,9 @@ Livebook is a tool for crafting interactive and collaborative code notebooks. It
all of its modules and dependencies. This means Livebook can be a great tool to provide
live documentation for existing projects.
* Explicit dependencies: if your notebook has dependencies, they are explicitly listed and
installed with the help of the `Mix.install/2` command in Elixir v1.12+.
* Collaborative features allow multiple users to work on the same notebook at once.
Collaboration works either in single-node or multi-node deployments - without a
need for additional tooling.