Skip to content

dwyl/learn-elixir-with-livebook

Repository files navigation

Some Livebooks to learn some Elixir

  1. Elixir initiation Livebook

  2. First steps with Tasks Genservers and Supervisors

  3. Finite State machines with Elixir Erlang

  4. Streaming files

  5. SurrealDB with Elixir


Elixir initiation Livebook

You have 2 ways to run a Livebook

  • If you have Livebook already installed, this is the best experience as you will use a more powerful computer (yours 🥳). Just click on the button below (or fork and run it):

Run in Livebook

  • with Docker docker. Launch Docker and run the commands below:
docker run -p 8080:8080 -p 8081:8081 --pull always -e LIVEBOOK_PASSWORD="securesecret" livebook/livebook

and in another terminal you launch the browser (you will need to authenticate with "securesecret"):

open http://localhost:8080/import?url=https://github.com/dwyl/learn-elixir-with-livebook/blob/main/learn-elixir-on-livebook.livemd

Tasks Genservers and Supervisors

Run this Livebook:

Run in Livebook


Finite State machines with Elixir Erlang

Run this Livebok:

Run in Livebook


Stream with files:

Run in Livebook


SurrealDB with Elixir

Run in Livebook

Releases

No releases published

Packages

No packages published