mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-12 07:54:49 +08:00
Update README.md
This commit is contained in:
parent
9c2105626c
commit
a22b069bae
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
<h1><img src="https://github.com/elixir-nx/livebook/raw/main/priv/static/logo-with-text.png" alt="Livebook" width="400"></h1>
|
<h1><img src="https://github.com/elixir-nx/livebook/raw/main/priv/static/logo-with-text.png" alt="Livebook" width="400"></h1>
|
||||||
|
|
||||||
Livebook is a tool for crafting interactive and collaborative code notebooks. It features:
|
Livebook is a web application for writing interactive and collaborative code notebooks. It features:
|
||||||
|
|
||||||
* An interactive web application built with [Phoenix LiveView](https://github.com/phoenixframework/phoenix_live_view)
|
* A deployable web app built with [Phoenix LiveView](https://github.com/phoenixframework/phoenix_live_view)
|
||||||
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue