Skip to content

jaeyson/livebook-collection

Repository files navigation

Livebook collection

Collections mostly on benchmarking simple algorithms

Here are few ways to install Livebook

Option A. Installing Livebook in your local machine

  1. livebook setup
  2. 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

Option B. using Docker

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

About

Collections mostly on benchmarking simple algorithms

Topics

Resources

License

Stars

Watchers

Forks