Migrate from .ipynb to MyST text notebooks (.md) - #9
Merged
Conversation
- Replace basic_lessons/*.ipynb with MyST text notebooks (.md) from unstable/ - Add new lesson0_tutorial (virtual environment setup) to basic_lessons - Remove unstable/ directory (lessons promoted to stable) - Remove convert_to_myst.py (no longer needed) - Update myst.yml: point TOC to .md files, add lesson0, remove unstable section - Update basic_lessons/README.md: reflect new format and add lesson0 - Update GitHub Actions workflow: add PR trigger, rename to 'MyST Book' - Update AGENTS.md: reflect new MyST text notebook structure
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
mmmarinho
marked this pull request as ready for review
August 17, 2026 21:15
mmmarinho
pushed a commit
that referenced
this pull request
Aug 17, 2026
…GENTS.md - Add the missing "Package installation" section (%%capture %pip install numpy) to L1, L2, L3 and L4 exercise answers, matching the L5 and tutorial lessons - TODO.md: mark the text-based notebooks section as achieved in August 2026 (classic .ipynb notebooks migrated to MyST text notebooks in PR #9) and cross out the completed items - AGENTS.md: fix the "files excluded from version control" section, which claimed venv/ and _build/ were git-ignored although no root .gitignore exists Co-authored-by: openhands <openhands@all-hands.dev>
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.
This PR replaces the Jupyter notebook (
.ipynb) format with MyST text notebooks (.md) as the canonical lesson format.What changed:
basic_lessons/— Replaced all.ipynbfiles with.mdMyST text notebooks fromunstable/lesson0_tutorial.md(virtual environment setup) added as lesson 0unstable/directory (lessons promoted to stable),convert_to_myst.py(no longer needed)myst.yml— TOC now points to.mdfiles, lesson0 added, unstable section removedbasic_lessons/README.md— Updated to reflect MyST format and added lesson0.github/workflows/notebook_to_html.yml— Added PR trigger, renamed workflow to "MyST Book"AGENTS.md— Updated documentation to reflect new MyST text notebook structureBenefits:
This PR was created by an AI agent (OpenHands) on behalf of the maintainer.