Update/notebooks#164
Conversation
- Format output - Update prompts
- Enhance display output - Fix questions
|
Hello, thank you for your contribution. If you are a participant, please close this pull request and open it in your own forked repository instead of here. Please read the instructions on your onboarding Assignment Submission Guide more carefully. If you are not a participant, please give us up to 72 hours to review your PR. Alternatively, you can reach out to us directly to expedite the review process. |
|
Hello, thank you for your contribution. If you are a participant, please close this pull request and open it in your own forked repository instead of here. Please read the instructions on your onboarding Assignment Submission Guide more carefully. If you are not a participant, please give us up to 72 hours to review your PR. Alternatively, you can reach out to us directly to expedite the review process. |
|
Do we want to keep the MCP content ? |
Thank you, @vishnouvina . Yes, we need to update the MCP portion of the repo. I opened Issue #165 to remind us of this item. |
What changes are you trying to make? (e.g. Adding or removing code, refactoring existing code, adding reports)
This pull request primarily updates the introductory lab notebooks by cleaning up outputs, improving code clarity, and enhancing documentation formatting. It also removes the
.python-versionfile, which specified the Python version for the environment.Jupyter Notebook Cleanup and Improvements
Removed all cell outputs and set
execution_counttonullthroughout01_1_introduction.ipynband01_3_local_model.ipynbto provide a clean, ready-to-run notebook experience for learners. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15]Updated notebook metadata to reflect Python version 3.12.7 and clarified the kernel display name. [1] [2]
Code and Documentation Enhancements
01_1_introduction.ipynbby:Environment Configuration
.python-versionfile, which previously pinned the Python version to 3.12. This change may impact environments that relied on this file for version management.What did you learn from the changes you have made?
N/A
Was there another approach you were thinking about making? If so, what approach(es) were you thinking of?
N/A
Were there any challenges? If so, what issue(s) did you face? How did you overcome it?
N/A
How were these changes tested?
Ran all notebooks using the API Gateway and direct OpenAI API connection.
A reference to a related issue in your repository (if applicable)
N/A
Checklist