SYNC: update chang_ramsey.md from lecture-python-advanced.myst - #27
Merged
Merged
Conversation
Brings lecture-dp's chang_ramsey.md back into byte-identical alignment with its primary source (see #7). The drift is entirely jupytext/MyST format normalization done upstream (no content change): * frontmatter gains format_version / jupytext_version metadata and display_name updated to "Python 3 (ipykernel)"; * code-cell markers normalized to ipython3 (from ipython / python3); * tag block uses inline :tags: [hide-output] syntax instead of the legacy --- delimited block. No intersphinx prefixes to preserve; chang_ramsey.md is not in #7's exception list. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
This pull request re-syncs lectures/chang_ramsey.md to match its upstream source (lecture-python-advanced.myst) by applying Jupytext/MyST normalization changes (metadata and cell marker/tag formatting), without altering lecture content.
Changes:
- Added/updated Jupytext frontmatter metadata (
format_version,jupytext_version, kernelspecdisplay_name). - Normalized MyST code-cell language markers to
ipython3. - Converted the
hide-outputtag block to inline:tags: [hide-output]syntax.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Brings
lectures/chang_ramsey.mdback into byte-identical alignment with its primary source (see #7). The drift is entirely jupytext/MyST format normalization done upstream (no content change):format_version/jupytext_versionmetadata anddisplay_nameupdated to "Python 3 (ipykernel)";ipython3(fromipython/python3);:tags: [hide-output]syntax instead of the legacy----delimited block.Diff is 41 lines, ~100% format/metadata. After this PR the file is byte-identical to upstream's current
main.No intersphinx prefixes to preserve;
chang_ramsey.mdis not in #7's exception list.🤖 Generated with Claude Code