Skip to content

Commit ed80e8c

Browse files
Merge pull request #123 from MarcSkovMadsen/fix/pydata
fix pydata
2 parents c667834 + 9560c35 commit ed80e8c

7 files changed

Lines changed: 7 additions & 7 deletions

docs/how-to/install-uv.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Install HoloViz MCP as a uv tool:
2525
uv tool install holoviz-mcp
2626

2727
# Or with PyData packages (recommended for data science)
28-
uv tool install holoviz-mcp[pydata]
28+
uv tool install "holoviz-mcp[pydata]"
2929

3030
# Or with specific extra packages
3131
uv tool install holoviz-mcp --with altair --with polars

docs/tutorials/display-system.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ By following this tutorial, you will:
2222
## What You'll Need
2323

2424
- Python 3.11 or later installed on your system
25-
- HoloViz MCP installed (`uv tool install holoviz-mcp[pydata]`)
25+
- HoloViz MCP installed (`uv tool install "holoviz-mcp[pydata]"`)
2626
- Basic familiarity with Python and data visualization
2727
- A web browser
2828
- (Optional) An AI assistant configured with HoloViz MCP for Part 2

docs/tutorials/getting-started-claude-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This tutorial will guide you through installing and using HoloViz MCP with Claud
2222
Open your terminal and install HoloViz MCP as a uv tool:
2323

2424
```bash
25-
uv tool install holoviz-mcp[pydata]
25+
uv tool install "holoviz-mcp[pydata]"
2626
```
2727

2828
This command installs HoloViz MCP globally, making it available for Claude Code to reference.

docs/tutorials/getting-started-claude-desktop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This tutorial will guide you through installing and using HoloViz MCP with Claud
2121
Open your terminal and install HoloViz MCP as a uv tool:
2222

2323
```bash
24-
uv tool install holoviz-mcp[pydata]
24+
uv tool install "holoviz-mcp[pydata]"
2525
```
2626

2727
This command installs HoloViz MCP globally, making it available for Claude Desktop to reference.

docs/tutorials/getting-started-copilot-vscode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This tutorial will guide you through installing and using HoloViz MCP with GitHu
2525
Open your terminal and install HoloViz MCP as a uv tool:
2626

2727
```bash
28-
uv tool install holoviz-mcp[pydata]
28+
uv tool install "holoviz-mcp[pydata]"
2929
```
3030

3131
This command installs HoloViz MCP globally, making it available for your AI assistant to reference.

docs/tutorials/getting-started-cursor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This tutorial will guide you through installing and using HoloViz MCP with Curso
2121
Open your terminal and install HoloViz MCP as a uv tool:
2222

2323
```bash
24-
uv tool install holoviz-mcp[pydata]
24+
uv tool install "holoviz-mcp[pydata]"
2525
```
2626

2727
This command installs HoloViz MCP globally, making it available for Cursor to reference.

docs/tutorials/getting-started-windsurf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This tutorial will guide you through installing and using HoloViz MCP with Winds
2121
Open your terminal and install HoloViz MCP as a uv tool:
2222

2323
```bash
24-
uv tool install holoviz-mcp[pydata]
24+
uv tool install "holoviz-mcp[pydata]"
2525
```
2626

2727
This command installs HoloViz MCP globally, making it available for Windsurf to reference.

0 commit comments

Comments
 (0)