Skip to content

alph-ai/badge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

Alph Badges

Add badges to your repositories to let users open notebooks directly in Alph.

Open in Alph Alph Notebooks

Notebook Badge

Link to a Public Notebook

For notebooks hosted on Alph, link directly using the notebook's public URL:

Open in Alph

Markdown

[![Open in Alph](https://www.runalph.ai/badges/open-in-alph.svg)](https://www.runalph.ai/notebooks/your-org/your-notebook)

HTML

<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.

Examples

Single Notebook

Open in Alph

[![Open in Alph](https://www.runalph.ai/badges/open-in-alph.svg)](https://www.runalph.ai/notebooks/your-org/intro-to-pandas)

Table of Notebooks

Notebook Description Launch
intro-to-pandas Data analysis Open in Alph
model-training Model training Open in Alph
| Notebook | Description | Launch |
|----------|-------------|--------|
| intro-to-pandas | Data analysis | [![Open in Alph](https://www.runalph.ai/badges/open-in-alph.svg)](https://www.runalph.ai/notebooks/your-org/intro-to-pandas) |
| model-training | Model training | [![Open in Alph](https://www.runalph.ai/badges/open-in-alph.svg)](https://www.runalph.ai/notebooks/your-org/model-training) |

Link to a GitHub Notebook

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

Markdown

[![Open in Alph](https://www.runalph.ai/badges/open-in-alph.svg)](https://gitalph.com/username/repo/blob/main/notebook.ipynb)

HTML

<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>

Custom URL

You can also use any publicly accessible .ipynb URL:

[![Open in Alph](https://www.runalph.ai/badges/open-in-alph.svg)](https://www.runalph.ai/?url=https://example.com/path/to/notebook.ipynb)

Organization Badge

Show your organization's notebook collection on Alph. The badge links to your org's public notebook page.

your-org Notebooks

Dynamic Badge (with org name)

The badge text includes your org slug and is generated dynamically:

Markdown

[![your-org Notebooks](https://www.runalph.ai/api/badges/org/your-org.svg)](https://www.runalph.ai/notebooks/your-org)

Replace your-org with your organization's slug (the part after /notebooks/ in your Alph URL).

HTML

<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>

Static Badge (generic)

If you prefer a generic badge without your org name, use the static version:

Alph Notebooks

[![Alph Notebooks](https://www.runalph.ai/badges/alph-notebooks.svg)](https://www.runalph.ai/notebooks/your-org)

Why Alph?

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.

About

Open in Alph badge for Jupyter notebooks - Launch any .ipynb file from GitHub with one click

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors