Skip to content

Commit 68c1383

Browse files
Merge pull request #97 from MarcSkovMadsen/enhancement/youtube
Enhancement/youtube
2 parents ff5d3a6 + 4c97eea commit 68c1383

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

docs/tutorials/display-server.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ This foundation will enable you to effectively use the [`holoviz_display`](displ
77
!!! warning
88
The Display Server is currently in alpha. Changes between versions may make existing snippets inaccessible. Use for exploration and testing only - **do not rely on the Display Server for persistent storage of important work!**
99

10+
<iframe src="https://www.youtube.com/embed/kKVCb3oZSqU?si=RFKbNOhI3kZ8N6rp" title="Tutorial: Building Visualizations with the Display Server" 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>
11+
1012
## What You'll Learn
1113

1214
By following this tutorial, you will:

docs/tutorials/display-tool.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ In this tutorial, we will create visualizations using the `holoviz_display` tool
1212
!!! warning
1313
The `holoviz_display` tool is currently in alpha. Changes between versions may make existing snippets inaccessible. Use for exploration and testing only - **do not rely on the `holoviz_display` tool for persistent storage of important work!**
1414

15+
<iframe src="https://www.youtube.com/embed/q_Z8Ae5gUEI?si=MRgZoPOB6mlbaGh4" title="Tutorial: Creating Visualizations with the HoloViz MCP Display tool" 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>
16+
1517
## Prerequisites
1618

1719
Before starting, ensure you have:
@@ -20,7 +22,7 @@ Before starting, ensure you have:
2022
- An AI assistant configured to use HoloViz MCP (Claude Desktop, VS Code with Copilot, etc.)
2123
- Python 3.11 or later
2224

23-
## Step 0: Start the MCP Server and Open the Feed
25+
## Step 0: Start the MCP Server
2426

2527
In your IDE or development environment make sure to [start the HoloViz MCP server](getting-started.md/#start-the-server).
2628

docs/tutorials/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This tutorial will guide you through installing and using HoloViz MCP for the first time. By the end, you'll have HoloViz MCP running and be able to ask your AI assistant questions about Panel components!
44

5-
<iframe src="https://www.youtube.com/embed/nB6cI26GNzM?si=XGyPwCMvBWYOrHop" title="YouTube video player" frameborder="0" 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>
5+
<iframe src="https://www.youtube.com/embed/nB6cI26GNzM?si=XGyPwCMvBWYOrHop" title="Getting Started 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>
66

77
!!! tip "What you'll learn"
88
- How to install HoloViz MCP

0 commit comments

Comments
 (0)