first commit
This commit is contained in:
26
learn_elixir.livemd
Normal file
26
learn_elixir.livemd
Normal 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)
|
||||
```
|
9
learn_livebook_api.livemd
Normal file
9
learn_livebook_api.livemd
Normal file
@@ -0,0 +1,9 @@
|
||||
# livebook api
|
||||
|
||||
## Section
|
||||
|
||||
https://news.livebook.dev/livebook-0.13-expose-an-http-api-from-your-notebook-2wE6GY
|
||||
|
||||
```elixir
|
||||
|
||||
```
|
Reference in New Issue
Block a user