livebook / README.md
osanseviero's picture
osanseviero HF staff
Update README.md
809c6d6
|
raw
history blame contribute delete
No virus
975 Bytes
---
title: Livebook
emoji: πŸ““
colorFrom: red
colorTo: purple
sdk: docker
fullWidth: true
duplicated_from: livebook-dev/livebook
---
You can install and run Livebook inside a Hugging Face Space. Here's how you can do it:
1. Duplicate the Livebook Space to your account (by clicking on the [οΈ™] in the top right and choosing "Duplicate this Space")
2. Create a secret inside your new Space with the name LIVEBOOK_PASSWORD
3. Set the secret value to a password of your choice with at least 12 characters
4. Restart the Space
Hugging Face will start Livebook inside your Space. Livebook will show you a login page, and you can use the value you set for the LIVEBOOK_PASSWORD Space secret.
There's only one caveat about running Livebook inside a Hugging Face Space; the Space's visibility setting must be public. Otherwise, Smart Cells won't work.
That said, your Livebook instance will still be behind Livebook authentication since you've set the LIVEBOOK_PASSWORD secret.