Open
docs: add Jupyter notebook cell execution guide to address task completion confusion#101
Conversation
… tasks Users were confused about how to "mark tasks as completed" in the notebook tutorials. This adds a clear "Running the notebooks" section to both README.md and docs/index.rst explaining: - How to execute cells (Shift+Enter / Ctrl+Enter) - How to read cell status indicators ([ ]: / [*]: / [N]:) - That a completed cell is indicated by an execution number - Recommended workflow for working through a notebook Agent-Logs-Url: https://github.com/ROCm/gpuaidev/sessions/8dd7367f-3545-4234-afbc-79102ddc01f4 Co-authored-by: cvaatamd <265759794+cvaatamd@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix task completion registration in notebook
docs: add Jupyter notebook cell execution guide to address task completion confusion
Apr 30, 2026
cvaatamd
marked this pull request as ready for review
April 30, 2026 11:45
The course platform detects task completion when the user executes
the final print("🎉 Tutorial complete!") code cell. Two workshop
notebooks (llama-3.2-vision-finetune-hf and llama-3.2-vision-finetune-
unsloth) already had this cell. All other 41 notebooks were missing it,
causing the course to never register them as completed.
Also reverts the incorrect documentation changes added in the previous
session (README.md and docs/index.rst).
Agent-Logs-Url: https://github.com/ROCm/gpuaidev/sessions/52c31d5e-a505-4c60-9ac6-53cb49a49446
Co-authored-by: cvaatamd <265759794+cvaatamd@users.noreply.github.com>
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.
print("🎉 Tutorial complete!")code cell. Two workshop notebooks already had this cell; 41 notebooks were missing it.print("🎉 Tutorial complete!")as the final code cell to every notebook that was missing it (41 notebooks across docs/notebooks/, workshops/, and hackathons/)