Collections mostly on benchmarking simple algorithms
- livebook setup
livebook server
mix do local.rebar --force, local.hex --force
# get the latest version
mix escript.install hex livebook
# or specific version
mix escript.install hex livebook 0.12.1
# Start the Livebook server
livebook server
# See all the configuration options
livebook server --help
Set the env variable in your terminal
export UID=$(id -u)
export GID=$(id -g)
Then
docker compose up -d && docker container logs --follow --tail 50 livebook
# if you want to check if the saved livebook files
# really synced in your local machine
docker container exec -it livebook bash
# then inside the running container
ls -lha