Livebook is an open-source platform for interactive, collaborative notebooks developed by the Erlang Solutions team. Livebook allows users to code in multiple programming languages, with support for real-time collaboration and interactive visualizations.
This tutorial will walk you through the steps of installing Livebook on Windows 11.
Open the Windows Terminal or Command Prompt application.
Clone the Livebook repository from Github onto your system:
git clone https://github.com/livebook-dev/livebook.git
cd livebook
mix
:mix deps.get
mix
command:mix phx.gen.secret
Copy the output of the mix phx.gen.secret
command.
Navigate to the config
folder in your Livebook directory:
cd config
dev.secret.exs
file using the nano
or vim
text editor:nano dev.secret.exs
# or
vim dev.secret.exs
mix phx.gen.secret
command into the dev.secret.exs
file:use Mix.Config
config :livebook, LivebookWeb.Endpoint,
secret_key_base: "PASTE_YOUR_SECRET_KEY_HERE"
Save and close the dev.secret.exs
file.
Navigate back to the Livebook directory:
cd ..
mix
command:iex -S mix phx.server
http://localhost:8080
.Congratulations, you have successfully installed Livebook on your Windows 11 system! You can now start creating interactive notebooks and collaborating in real-time with others.
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!