From 9560c356972ea226021323da79eacb690c6b0092 Mon Sep 17 00:00:00 2001 From: Marc Skov Madsen Date: Sun, 25 Jan 2026 06:21:36 +0000 Subject: [PATCH] fix pydata --- docs/how-to/install-uv.md | 2 +- docs/tutorials/display-system.md | 2 +- docs/tutorials/getting-started-claude-code.md | 2 +- docs/tutorials/getting-started-claude-desktop.md | 2 +- docs/tutorials/getting-started-copilot-vscode.md | 2 +- docs/tutorials/getting-started-cursor.md | 2 +- docs/tutorials/getting-started-windsurf.md | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/how-to/install-uv.md b/docs/how-to/install-uv.md index c786323..86d5888 100644 --- a/docs/how-to/install-uv.md +++ b/docs/how-to/install-uv.md @@ -25,7 +25,7 @@ Install HoloViz MCP as a uv tool: uv tool install holoviz-mcp # Or with PyData packages (recommended for data science) -uv tool install holoviz-mcp[pydata] +uv tool install "holoviz-mcp[pydata]" # Or with specific extra packages uv tool install holoviz-mcp --with altair --with polars diff --git a/docs/tutorials/display-system.md b/docs/tutorials/display-system.md index 29daf02..ae5ff09 100644 --- a/docs/tutorials/display-system.md +++ b/docs/tutorials/display-system.md @@ -22,7 +22,7 @@ By following this tutorial, you will: ## What You'll Need - Python 3.11 or later installed on your system -- HoloViz MCP installed (`uv tool install holoviz-mcp[pydata]`) +- HoloViz MCP installed (`uv tool install "holoviz-mcp[pydata]"`) - Basic familiarity with Python and data visualization - A web browser - (Optional) An AI assistant configured with HoloViz MCP for Part 2 diff --git a/docs/tutorials/getting-started-claude-code.md b/docs/tutorials/getting-started-claude-code.md index f63eb39..1af3f06 100644 --- a/docs/tutorials/getting-started-claude-code.md +++ b/docs/tutorials/getting-started-claude-code.md @@ -22,7 +22,7 @@ This tutorial will guide you through installing and using HoloViz MCP with Claud Open your terminal and install HoloViz MCP as a uv tool: ```bash -uv tool install holoviz-mcp[pydata] +uv tool install "holoviz-mcp[pydata]" ``` This command installs HoloViz MCP globally, making it available for Claude Code to reference. diff --git a/docs/tutorials/getting-started-claude-desktop.md b/docs/tutorials/getting-started-claude-desktop.md index 72417a9..18a77b7 100644 --- a/docs/tutorials/getting-started-claude-desktop.md +++ b/docs/tutorials/getting-started-claude-desktop.md @@ -21,7 +21,7 @@ This tutorial will guide you through installing and using HoloViz MCP with Claud Open your terminal and install HoloViz MCP as a uv tool: ```bash -uv tool install holoviz-mcp[pydata] +uv tool install "holoviz-mcp[pydata]" ``` This command installs HoloViz MCP globally, making it available for Claude Desktop to reference. diff --git a/docs/tutorials/getting-started-copilot-vscode.md b/docs/tutorials/getting-started-copilot-vscode.md index adfde85..3c033c2 100644 --- a/docs/tutorials/getting-started-copilot-vscode.md +++ b/docs/tutorials/getting-started-copilot-vscode.md @@ -25,7 +25,7 @@ This tutorial will guide you through installing and using HoloViz MCP with GitHu Open your terminal and install HoloViz MCP as a uv tool: ```bash -uv tool install holoviz-mcp[pydata] +uv tool install "holoviz-mcp[pydata]" ``` This command installs HoloViz MCP globally, making it available for your AI assistant to reference. diff --git a/docs/tutorials/getting-started-cursor.md b/docs/tutorials/getting-started-cursor.md index 475a081..8b61e78 100644 --- a/docs/tutorials/getting-started-cursor.md +++ b/docs/tutorials/getting-started-cursor.md @@ -21,7 +21,7 @@ This tutorial will guide you through installing and using HoloViz MCP with Curso Open your terminal and install HoloViz MCP as a uv tool: ```bash -uv tool install holoviz-mcp[pydata] +uv tool install "holoviz-mcp[pydata]" ``` This command installs HoloViz MCP globally, making it available for Cursor to reference. diff --git a/docs/tutorials/getting-started-windsurf.md b/docs/tutorials/getting-started-windsurf.md index ecba89b..b4be194 100644 --- a/docs/tutorials/getting-started-windsurf.md +++ b/docs/tutorials/getting-started-windsurf.md @@ -21,7 +21,7 @@ This tutorial will guide you through installing and using HoloViz MCP with Winds Open your terminal and install HoloViz MCP as a uv tool: ```bash -uv tool install holoviz-mcp[pydata] +uv tool install "holoviz-mcp[pydata]" ``` This command installs HoloViz MCP globally, making it available for Windsurf to reference.