Embed Builder
Build and manage interactive Jupyter notebook embeds.
Notebook
Leave empty for all. Supports indices, ranges, and comma-separated values.
Viewers see code and outputs. To run cells, they can open the notebook in Alph via the embed footer link.
Your project powers the embed. Execution is proxied through Alph — your Jupyter token is never exposed to viewers.
Interactive parameters
Add # @param annotations to let viewers tweak
values via form controls while keeping
your code locked.
prompt = "Hello" # @param {type: "string"}
model = "gpt-4" # @param ["gpt-4", "gpt-3.5"]
temp = 0.7 # @param {type: "slider", min: 0, max: 2, step: 0.1}Sign in to configure managed execution.
Preview
Embed Code
<iframe id="alph-embed" src="https://runalph.ai/embed/alph/01-getting-started" width="100%" height="400" frameborder="0" style="border-radius: 8px; border: 1px solid #e5e7eb;"> </iframe>