mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-01-10 17:08:29 +08:00
9 lines
84 B
Markdown
9 lines
84 B
Markdown
# Notebook
|
|
|
|
## First section
|
|
|
|
One Code cell below.
|
|
|
|
```elixir
|
|
length([1, 2, 3])
|
|
```
|