Drop Binder URLs, pin Colab URLs to workspace tag 2026.4.13.6#356
Merged
Drop Binder URLs, pin Colab URLs to workspace tag 2026.4.13.6#356
Conversation
Replace all mybinder.org URLs with equivalent Colab URLs, rewrite Jammy2211 owner -> PyAutoLabs, and pin /blob/release/ -> /blob/2026.4.13.6/ across docs, READMEs, tutorials, and workspace start_here. Swap Binder badge images for Colab badges and rename |binder| substitutions to |colab| in READMEs. Add .github/workflows/url_check.yml which runs PyAutoBuild's url_check.sh on every push and PR, blocking re-introduction of forbidden URL forms. The release pipeline now bumps Colab tag refs automatically on each release.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Drop all
mybinder.orgURLs in favour of Google Colab. Pin every Colab URL to thedate-based workspace tag (currently
2026.4.13.6) so links stay aligned with thePyPI-released library that users will have installed. Rewrite the GitHub owner
from
Jammy2211toPyAutoLabs.What changed
*.rst,*.md,*.ipynb,*.py:mybinder.org/v2/gh/Jammy2211/<ws>/release?filepath=<path>→colab.research.google.com/github/PyAutoLabs/<ws>/blob/2026.4.13.6/<path>mybinder.org/v2/gh/Jammy2211/<ws>/HEAD→colab.research.google.com/github/PyAutoLabs/<ws>/blob/2026.4.13.6/start_here.ipynbcolab…/Jammy2211/<ws>/blob/release/<path>→colab…/PyAutoLabs/<ws>/blob/2026.4.13.6/<path>(
colab-badge.svg); RST|binder|substitution renamed to|colab|.(case-preserving) so link text matches link target.
Release-pipeline integration
The release workflow in PyAutoBuild (#49, merged) now invokes
bump_colab_urls.sh <new-tag>against this repo on every release, so the pinnedtag advances automatically. No manual maintenance is required after this PR.
Regression guard
Adds
.github/workflows/url_check.ymlwhich runs PyAutoBuild'sautobuild/url_check.shon every push and pull request. Re-introducing anymybinder.orgURL,Jammy2211/Colab owner, or/blob/release/Colab ref willfail CI.
Test Plan
url_check.ymlworkflow passes on this PR🤖 Generated with Claude Code