Skip to main content

Visibility

Every notebook has a visibility setting:

Private

Only you and organization members can view

Public

Anyone with the link — appears in search

Making a Notebook Public

  1. Open notebook settings (gear icon)
  2. Toggle Public on
  3. Add a description and tags for discoverability
  4. Save
Your notebook is now searchable and shareable.

Sharing

Direct link:
https://runalph.ai/{org-slug}/~/notebooks/{notebook-slug}
Embed in websites:
<iframe src="https://runalph.ai/embed/notebooks/{id}" width="100%" height="600px"></iframe>

Exporting

Download notebooks in various formats:
  • .ipynb — Standard Jupyter format
  • HTML — Static web page with outputs
  • PDF — Printable document
  • Markdown — Text-based
  • Python — Code cells as .py script

Best Practices

Before publishing:
  • Remove debug print statements and failed experiments
  • Ensure all cells run top-to-bottom
  • Check for sensitive data (API keys, credentials)
  • Add markdown documentation
For discoverability:
  • Use a descriptive title
  • Write an informative description
  • Add relevant tags (e.g., “machine-learning”, “tutorial”)