Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/how-to/install-uv.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/display-system.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/getting-started-claude-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/getting-started-claude-desktop.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/getting-started-copilot-vscode.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/getting-started-cursor.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/getting-started-windsurf.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading