mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-11 22:16:10 +08:00
Update README.md
This commit is contained in:
parent
d68c271aae
commit
9ce7596fdf
1 changed files with 6 additions and 5 deletions
11
README.md
11
README.md
|
@ -6,11 +6,12 @@ Livebook is a tool for crafting interactive and collaborative code notebooks. It
|
||||||
where users can create, fork, and run multiple notebooks.
|
where users can create, fork, and run multiple notebooks.
|
||||||
|
|
||||||
* Each notebook is made of multiple sections: each section is made of Markdown and Elixir
|
* Each notebook is made of multiple sections: each section is made of Markdown and Elixir
|
||||||
cells. Code in Elixir cells can be evaluated on demand.
|
cells. Code in Elixir cells can be evaluated on demand. Mathemtical formulas are also
|
||||||
|
supported via [KaTeX](https://katex.org/).
|
||||||
|
|
||||||
* Persistence: notebooks can be persisted to disk using the `.livemd` format, which is a
|
* Persistence: notebooks can be persisted to disk through the `.livemd` format, which is a
|
||||||
subset of Markdown. This means your notebooks can be saved for later, easily shared, and
|
subset of Markdown. This means your notebooks can be saved for later, easily shared, and
|
||||||
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.
|
||||||
|
@ -43,8 +44,8 @@ For now, the best way to run Livebook is by cloning it and running it locally:
|
||||||
|
|
||||||
You will need [Elixir v1.11](https://elixir-lang.org/install.html) or later.
|
You will need [Elixir v1.11](https://elixir-lang.org/install.html) or later.
|
||||||
|
|
||||||
We will work on other distribution modes (escripts, Docker images, etc) in future
|
We will work on other distribution modes (escripts, Docker images, etc) once
|
||||||
releases.
|
we start distributing official releases.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue