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):
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
Run this Livebook:
Run this Livebok: