Remove retired Signals Sandbox from hosted notebooks and tutorial templates - #1882
Remove retired Signals Sandbox from hosted notebooks and tutorial templates#1882jborlase-snowplow wants to merge 1 commit into
Conversation
…plates The Signals Sandbox was retired and removed from tutorial prose in 9780ee1, but the two hosted notebooks still referenced it. Both now connect only via Signals(api_url=, api_key=, api_key_id=, org_id=), and the snowplow-signals pip pin (==0.4.0) is removed. The agentic accelerator tutorial's credentials section now documents the notebook's Colab secret names. The tutorial-requirements templates no longer suggest Sandbox as an option. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Missing SEO metadataThe following markdown files are missing required metadata fields:
Required fieldsThe file metadata is important for SEO and marketing. All markdown files, except for those with filenames starting with
Please add the missing metadata. |
|
Documentation style review Scope: writing quality, style, terminology, structure, frontmatter, links, and MDX component usage within the diff. Overall this is a clean, well-scoped removal. The Sandbox removal is consistent — a repo-wide grep for Three minor items, all in 1. List introduction is missing a colon
Style guide, Lists: "Introduce lists with a sentence ending in a colon." The neighboring notebook does this correctly ( Fix: 2. Field names not in code formatting
CLAUDE.md, Grammar and formatting: "Use Fix: wrap the variable names in backticks, so that 3. "collector" should be capitalized
Style guide, Snowplow terminology: "Collector: Capitalized". This line itself was not modified, but the surrounding credentials block was rewritten in this PR (and the duplicate under the removed Sandbox block was deleted), so it is worth fixing while you are in there. Fix: Links No new or modified external URLs to verify — the only added |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
documentation | 528a658 | Commit Preview URL Branch Preview URL |
Jul 28 2026, 04:40 PM |
Summary
The Signals Sandbox was retired and removed from tutorial prose in 9780ee1, but the two hosted notebooks — the primary artifact readers actually run — still contained it, along with the tutorial-requirements templates.
static/notebooks/signals-personalize-travel-demo.ipynb: unpinnedsnowplow-signals(was==0.4.0), removed theSignalsSandboximport, thesandbox/ACCESS_TOKENbranch, and the Sandbox credentials markdown. The notebook now connects only viaSignals(api_url=, api_key=, api_key_id=, org_id=), with variable names (API_URL,API_KEY,API_KEY_ID,ORG_ID) matchingtutorials/signals-personalize-travel/defining-attributes.md.static/notebooks/signals-agentic-accelerator.ipynb: removed all 4SignalsSandboxreferences (two imports, two constructor branches), the link to the retiredhttps://try-signals.snowplow.io/dashboard, and the Sandbox credentials markdown. The Colab-secret names (SIGNALS_API_URL,SIGNALS_API_KEY,SIGNALS_API_KEY_ID,SIGNALS_ORG_ID,SIGNALS_COLLECTOR_URL) are kept, sotutorials/signals-agentic-accelerator/configure-signals.mdwas updated to document them alongside the local-run variables.tutorial-requirements/example-tutorial/introduction.mdandtutorial-requirements/example-accelerator/introduction.md: removed Sandbox from the "can they use Sandbox, Micro, or Local" guidance (both templates had the same two stale lines).Before merging
SignalsSandbox/sandbox/ACCESS_TOKENreferences) but not executed against a live deployment.🤖 Generated with Claude Code