Skip to content

fix pydata#123

Merged
MarcSkovMadsen merged 1 commit into
mainfrom
fix/pydata
Jan 25, 2026
Merged

fix pydata#123
MarcSkovMadsen merged 1 commit into
mainfrom
fix/pydata

Conversation

@MarcSkovMadsen

Copy link
Copy Markdown
Owner

Closing #113

Copilot AI review requested due to automatic review settings January 25, 2026 06:22
@MarcSkovMadsen MarcSkovMadsen linked an issue Jan 25, 2026 that may be closed by this pull request
@MarcSkovMadsen MarcSkovMadsen merged commit ed80e8c into main Jan 25, 2026
8 of 14 checks passed

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 pull request fixes a shell compatibility issue where the installation command uv tool install holoviz-mcp[pydata] fails in zsh due to bracket globbing. The fix adds quotes around the package specification to ensure compatibility across all shells (bash, zsh, fish, etc.).

Changes:

  • Updated all documentation to use quoted package specification: uv tool install "holoviz-mcp[pydata]"

Reviewed changes

Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.

Show a summary per file
File Description
docs/tutorials/getting-started-windsurf.md Added quotes around holoviz-mcp[pydata] in installation command
docs/tutorials/getting-started-cursor.md Added quotes around holoviz-mcp[pydata] in installation command
docs/tutorials/getting-started-copilot-vscode.md Added quotes around holoviz-mcp[pydata] in installation command
docs/tutorials/getting-started-claude-desktop.md Added quotes around holoviz-mcp[pydata] in installation command
docs/tutorials/getting-started-claude-code.md Added quotes around holoviz-mcp[pydata] in installation command
docs/tutorials/display-system.md Added quotes around holoviz-mcp[pydata] in prerequisites section
docs/how-to/install-uv.md Added quotes around holoviz-mcp[pydata] in installation instructions

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.

Installing with pydata dependencies fail

2 participants