git clone https://github.com/zarazhangrui/frontend-slides.git ~/.claude/skills/frontend-slideschrome-devtools
"jupyter": {
"command": "podman",
"args": [
"run",
"-i",
"--rm",
"-e",
"JUPYTER_URL=http://my_host:18888",
"-e",
"ALLOW_IMG_OUTPUT=true",
"datalayer/jupyter-mcp-server:latest"
],
"env": {
"JUPYTER_URL": "http://my_host:18888",
"ALLOW_IMG_OUTPUT": "true"
}
}
sudo apt-get install jq