examples/third_party/huggingface/README.md
These examples showcase how to use HuggingFace's models in marimo.
[!TIP] Submit a pull request to add an example!
The requirements of each notebook are serialized in them as a top-level comment. Here are the steps to open an example notebook:
uvmarimo edit --sandbox <notebook.py>.[!TIP] The
--sandboxflag opens the notebook in an isolated virtual environment, automatically installing the notebook's dependencies 📦
You can also open notebooks without uv, with just marimo edit <notebook.py>;
however, you'll need to install the requirements yourself.