Pre-built distributions are available for Windows and Mac:
- You can download them here: https://livebook.dev/
On Linux, I installed it like this:
brew install elixir
mix do local.rebar --force, local.hex --force
mix escript.install hex livebookNote
After you install the escript, make sure you add the directory where Elixir keeps escripts to your $PATH.
Simply launch the distribution, or run the following command in your terminal:
cd tasks_analysis
livebook server .After that, you can navigate to your project in the interface (Open the .livemd file)
