Skip to content

docs: add Jupyter notebook cell execution guide to address task completion confusion - #101

Open
cvaatamd with Copilot wants to merge 3 commits into
mainfrom
copilot/fix-task-completion-issue
Open

docs: add Jupyter notebook cell execution guide to address task completion confusion#101
cvaatamd with Copilot wants to merge 3 commits into
mainfrom
copilot/fix-task-completion-issue

Conversation

Copilot AI commented Apr 30, 2026

Copy link
Copy Markdown
  • Identify root cause: the course platform detects tutorial completion by the execution of a final print("🎉 Tutorial complete!") code cell. Two workshop notebooks already had this cell; 41 notebooks were missing it.
  • Revert incorrect documentation changes from previous session (README.md, docs/index.rst)
  • Add print("🎉 Tutorial complete!") as the final code cell to every notebook that was missing it (41 notebooks across docs/notebooks/, workshops/, and hackathons/)

Copilot AI linked an issue Apr 30, 2026 that may be closed by this pull request
… 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
Copilot AI requested a review from cvaatamd April 30, 2026 11:43
@cvaatamd
cvaatamd marked this pull request as ready for review April 30, 2026 11:45
@cvaatamd
cvaatamd requested a review from Mahdi-CV as a code owner 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>
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.

How to mark completed the taks

2 participants