Skip to content

stock analysis tutorial#99

Merged
MarcSkovMadsen merged 2 commits into
mainfrom
enhancement/stock-analysis-tutorial
Jan 11, 2026
Merged

stock analysis tutorial#99
MarcSkovMadsen merged 2 commits into
mainfrom
enhancement/stock-analysis-tutorial

Conversation

@MarcSkovMadsen

Copy link
Copy Markdown
Owner

No description provided.

Copilot AI review requested due to automatic review settings January 11, 2026 11:07

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds a comprehensive stock analysis tutorial to the HoloViz MCP documentation. The tutorial guides users through building an interactive stock analysis report using the HoloViz Planner agent, hvPlot for visualization, and Panel for dashboard creation.

Changes:

  • Fixed indentation in test file for code consistency
  • Added guidance to use the holoviz_display tool in the planner agent configuration
  • Added new tutorial to navigation structure
  • Created detailed step-by-step stock analysis tutorial with examples

Reviewed changes

Copilot reviewed 3 out of 9 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
tests/display_mcp/test_utils.py Fixed indentation for two test methods (cosmetic fix)
src/holoviz_mcp/config/resources/agents/holoviz-mcp-planner.agent.md Added instruction to use holoviz_display tool with panel method preference
mkdocs.yml Added stock analysis tutorial to navigation menu
docs/tutorials/stock-analysis.md New comprehensive tutorial with 6 steps covering planning, implementation, viewing, experimentation, feature additions, and troubleshooting
docs/assets/images/stock-analysis-moving-average.png New screenshot asset for tutorial


In this tutorial, you will create a complete stock analysis report that visualizes price movements and trading patterns for multiple stocks. By the end, you'll have built an interactive web application that displays financial data with professional charts and statistics.

<iframe src="https://www.youtube.com/embed/placeholder" title="Tutorial: Building a Stock Analysis Report with HoloViz MCP" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen style="display:block;height:300px;width:500px;margin-left:auto;margin-right:auto"></iframe>

Copilot AI Jan 11, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The YouTube iframe has a placeholder URL that needs to be replaced with the actual video URL before publishing this tutorial.

Suggested change
<iframe src="https://www.youtube.com/embed/placeholder" title="Tutorial: Building a Stock Analysis Report with HoloViz MCP" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen style="display:block;height:300px;width:500px;margin-left:auto;margin-right:auto"></iframe>
<iframe src="https://www.youtube.com/embed/2c7kA0HkY3Y" title="Tutorial: Building a Stock Analysis Report with HoloViz MCP" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen style="display:block;height:300px;width:500px;margin-left:auto;margin-right:auto"></iframe>

Copilot uses AI. Check for mistakes.
Comment thread docs/tutorials/stock-analysis.md Outdated

You should see the same report structure, but now displaying Google and Microsoft stock data!

![Google and Microsoft](../assets/images/stock-analysis-googl-mfsft.png)

Copilot AI Jan 11, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a spelling error in the filename referenced. "MFSFT" should be "MSFT" (Microsoft's stock ticker symbol).

Suggested change
![Google and Microsoft](../assets/images/stock-analysis-googl-mfsft.png)
![Google and Microsoft](../assets/images/stock-analysis-googl-msft.png)

Copilot uses AI. Check for mistakes.
@MarcSkovMadsen MarcSkovMadsen merged commit 19e059e into main Jan 11, 2026
2 checks passed
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.

2 participants