Livebook is a modern web-based interactive notebook that allows you to explore and visualize data, write code, and share insights with others. In this tutorial, we will guide you through the process of installing Livebook on Ubuntu Server Latest.
Before installing any new package, it is recommended to update the system to ensure that all the packages are up-to-date.
sudo apt update
sudo apt upgrade
Livebook is built using Erlang and Elixir programming languages, so we need to install those first. You can follow the below steps to install them.
sudo apt install erlang
sudo apt install elixir
Now, we are ready to install Livebook. We will download the Livebook executable file from the official Livebook website and make it executable.
wget https://github.com/livebook-dev/livebook/releases/download/v0.5.0/livebook-ubuntu-20.04.zip
unzip livebook-ubuntu-20.04.zip
chmod +x livebook
sudo mv livebook /usr/local/bin
Now, we are ready to start Livebook.
livebook server
If everything is working fine, you will see a message saying "Livebook listening on http://localhost:8080".
In this tutorial, we have successfully installed Livebook on Ubuntu Server Latest. You can now explore and visualize data, write code, and share insights with others using Livebook.
If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!
Alternatively, for the best virtual desktop, try Shells!