feat: Added initial content of mcp playground#38
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR introduces an initial “Work with AI” (MCP playground / ODSBox-AIConnect) chapter into the Data Management Learning Path and wires it into the existing curriculum navigation.
Changes:
- Added a new AI chapter with an overview and three step-by-step playground guides (data interaction, analysis notebooks, applications).
- Updated the main learning path overview and TOC to include and correctly sequence the new AI chapter.
- Added/expanded dependency notes in openMDM notebooks and cross-linked the AI chapter from the notebooking section.
Reviewed changes
Copilot reviewed 9 out of 10 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| data_management_learning_path/overview.ipynb | Updates hero image and course outline to include the new “Work with AI” chapter and renumbers subsequent chapters. |
| data_management_learning_path/openMDM/read_values.ipynb | Adds a dependency warning about needing mdm_pb2.py alongside the notebook. |
| data_management_learning_path/openMDM/query_openmdm.ipynb | Clears the first cell execution count and adds the same mdm_pb2.py dependency warning. |
| data_management_learning_path/notebooking/overview.md | Adds an AI-focused section and links to the new AI chapter + external MCP playground repo. |
| data_management_learning_path/ai/overview.md | New AI chapter landing page describing ODSBox-AIConnect and linking to the three guides. |
| data_management_learning_path/ai/01_simple_data_interaction.md | New guide for AI-assisted basic exploration and query generation. |
| data_management_learning_path/ai/02_simple_analysis_notebook.md | New guide for generating analysis notebooks with AI assistance. |
| data_management_learning_path/ai/03_simple_analysis_application.md | New guide for creating simple interactive applications (e.g., Streamlit) with AI assistance. |
| data_management_learning_path/_toc.yml | Adds the “Work with AI” part and the three new AI chapters to the Jupyter Book TOC. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "\n", | ||
| "* [📓 Apache Spark](/spark/overview.ipynb)\n", | ||
| "<br>In the *last chapter* we provide some basics how you can use [Apache Spark](📓 /spark/overview.ipynb) together with ASAM ODS and the **ASAM ODS Big Data** associated standard. As Apache Spark requires some additional setup, those notebooks cannot be executed online. \n" | ||
| "<br>In the *last chapter* we provide some basics how you can use [Apache Spark](📓 /spark/overview.ipynb) together with ASAM ODS and the **ASAM ODS Big Data** associated standard. As Apache Spark requires some additional setup, those notebooks cannot be executed online." |
Comment on lines
23
to
35
| @@ -34,7 +34,6 @@ | |||
| } | |||
| ], | |||
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.
No description provided.