first commit

This commit is contained in:
Chang CL
2025-08-20 10:46:44 +08:00
commit 24d8060930
2 changed files with 35 additions and 0 deletions

26
learn_elixir.livemd Normal file
View File

@@ -0,0 +1,26 @@
# learn_elixir
```elixir
Mix.install([
{:kino, "~> 0.8.0", override: true},
{:kino_vega_lite, "~> 0.1.7"},
{:benchee, "~> 1.1"},
{:hidden_cell, github: "BrooklinJazz/hidden_cell"}
])
```
## Section
https://github.com/dwyl/learn-elixir-with-livebook/blob/main/learn-elixir-on-livebook.livemd
```elixir
1 + 2
```
```elixir
Kernel./(10, 3)
```
```elixir
Kernel.*(10, 3)
```

View File

@@ -0,0 +1,9 @@
# livebook api
## Section
https://news.livebook.dev/livebook-0.13-expose-an-http-api-from-your-notebook-2wE6GY
```elixir
```