Livebook is an open-source tool for writing interactive code notebooks in Elixir. It’s part of a growing collection of Elixir tools for numerical computing, data science, and Machine Learning.
Some of Livebook’s most exciting features are:
To learn more about it, watch this 15-minute video. Or visit Livebook’s website. Or follow its Twitter and blog to keep up with new features and updates.
You can get Livebook up and running in a Space with just a few clicks. Click the button below to start creating a new Space using Livebook’s Docker template:
Then:
This will start building your Space using Livebook’s Docker image.
The visibility of the Space must be set to public for the Smart cells feature in Livebook to function properly. However, your Livebook instance will be protected by Livebook authentication.
Once the app build is finished, go to the “App” tab in your Space and log in to your Livebook using the password you previously set:
That’s it! Now you can start using Livebook inside your Space.
If this is your first time using Livebook, you can learn how to use it with its interactive notebooks within Livebook itself:
Livebook has an official integration with Hugging Face models. With this feature, you can run various Machine Learning models within Livebook with just a few clicks.
Here’s a quick video showing how to do that:
If your Space Hardware is configured to use a GPU accelerator, you can configure Livebook to leverage it.
Go to the Settings page of your Space and create a secret called XLA_TARGET
with the value cuda118
.
Restart your Space and start using Livebook with a GPU.
To update Livebook to its latest version, go to the Settings page of your Space and click on “Factory reboot this Space”:
The following caveats apply to running Livebook inside a Space:
LIVEBOOK_PASSWORD
secret.If you have improvement suggestions or need specific support, please join the Livebook community on GitHub.