Clusydocs
Guides

Publishing

Push notebooks and models out to Hugging Face and Kaggle.

When a notebook is something you want out in the world (a portfolio piece, a model card, a reproducible writeup), you can publish it beyond Clusy. Two destinations are built in: Hugging Face and Kaggle.

Connect the account first

Both live under Settings → Integrations. Hugging Face connects over OAuth, so you authorize it once. Kaggle uses an API key you add in the same place. Once connected, the publish options open up.

Hugging Face

With Hugging Face connected, you can push a notebook and the models or datasets that go with it to a Hugging Face repo. It's a natural home for a trained model and the notebook that produced it, where others can find and build on them.

Kaggle

With Kaggle connected, you can publish a notebook as a Kaggle kernel and upload associated models or datasets, whether you're sharing with the Kaggle community or attaching work to a competition.

A share link is a read-only view Clusy hosts. Publishing pushes your work onto an external platform under your account there, with that platform's audience and versioning.

Publishing sends your notebook and any selected files to an external service under your account there. Give it a read first. Once it's on a public hub, treat it as public.

On this page