Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Jupyter MCP Server
Claim
by
datalayer
GitHub
Developer Tools
Python
27
Apple
Linux
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
jupyter-mcp-server
.github
workflows
.github/workflows/build.yml
.github/workflows/fix-license-header.yml
.github/workflows/lint.sh
.github/workflows/prep-release.yml
.github/workflows/publish-release.yml
#!/usr/bin/env bash # Copyright (c) 2023-2024 Datalayer, Inc. # # BSD 3-Clause License pip install -e ".[lint, typing]" mypy --install-types --non-interactive . ruff check . mdformat --check *.md pipx run 'validate-pyproject[all]' pyproject.toml