Add badges to your repositories to let users open notebooks directly in Alph.
For notebooks hosted on Alph, link directly using the notebook's public URL:
[](https://www.runalph.ai/notebooks/your-org/your-notebook)<a href="https://www.runalph.ai/notebooks/your-org/your-notebook">
<img src="https://www.runalph.ai/badges/open-in-alph.svg" alt="Open in Alph">
</a>Replace your-org/your-notebook with your organization slug and notebook slug from your Alph URL.
[](https://www.runalph.ai/notebooks/your-org/intro-to-pandas)| Notebook | Description | Launch |
|---|---|---|
| intro-to-pandas | Data analysis | |
| model-training | Model training |
| Notebook | Description | Launch |
|----------|-------------|--------|
| intro-to-pandas | Data analysis | [](https://www.runalph.ai/notebooks/your-org/intro-to-pandas) |
| model-training | Model training | [](https://www.runalph.ai/notebooks/your-org/model-training) |You can also open any Jupyter notebook from GitHub by changing github.com to gitalph.com in the URL:
https://github.com/username/repo/blob/main/notebook.ipynb
→ https://gitalph.com/username/repo/blob/main/notebook.ipynb
[](https://gitalph.com/username/repo/blob/main/notebook.ipynb)<a href="https://gitalph.com/username/repo/blob/main/notebook.ipynb">
<img src="https://www.runalph.ai/badges/open-in-alph.svg" alt="Open in Alph">
</a>You can also use any publicly accessible .ipynb URL:
[](https://www.runalph.ai/?url=https://example.com/path/to/notebook.ipynb)Show your organization's notebook collection on Alph. The badge links to your org's public notebook page.
The badge text includes your org slug and is generated dynamically:
[](https://www.runalph.ai/notebooks/your-org)Replace your-org with your organization's slug (the part after /notebooks/ in your Alph URL).
<a href="https://www.runalph.ai/notebooks/your-org">
<img src="https://www.runalph.ai/api/badges/org/your-org.svg" alt="your-org Notebooks">
</a>If you prefer a generic badge without your org name, use the static version:
[](https://www.runalph.ai/notebooks/your-org)Alph is an AI-powered notebook and agents platform. It provides managed cloud compute, built-in AI agents, and one-click sharing -- so notebooks go from local experiments to reproducible, shareable artifacts without the infrastructure overhead.
Learn more at runalph.ai.