Skip to content

Add workbench-python shot to docs screenshot generator#83

Merged
tgerke merged 1 commit into
mainfrom
claude/nostalgic-banach-bd177b
Jul 14, 2026
Merged

Add workbench-python shot to docs screenshot generator#83
tgerke merged 1 commit into
mainfrom
claude/nostalgic-banach-bd177b

Conversation

@tgerke

@tgerke tgerke commented Jul 14, 2026

Copy link
Copy Markdown
Owner

Summary

  • scripts/screenshots.mjs already posts a Python execution via the API to pre-populate workbench history, but had no corresponding screenshot shot for workbench-python.png (referenced in guide/analytics.qmd, added in Docs: Python workbench coverage + screenshots, em-dash purge, clinical-stack cross-links #81).
  • Adds a workbench-python shot following the same pattern as workbench-r: navigate to the workbench, click the "Python" tab, fill the textarea with PY_EXAMPLE, run, and wait for the succeeded · status text (confirmed ScriptPanel in apps/web/src/pages/WorkbenchPage.tsx is language-generic, so the same selector applies to both R and Python).

Test plan

  • pnpm exec biome check scripts/screenshots.mjs passes
  • pnpm screenshots --only workbench-python against the dev stack to confirm the capture succeeds

The script already pre-populates a Python execution via the API but
never captured a corresponding screenshot, so workbench-python.png
(referenced in guide/analytics.qmd) existed only as a manually
captured PNG rather than one reproducible by pnpm screenshots.
@tgerke
tgerke merged commit 92e7251 into main Jul 14, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant