II.
Tool JSON
Structured · livetool:jupyter
Jupyter json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool:jupyter",
"_kind": "Tool",
"_file": "domain/tools/tools-notebook.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Jupyter",
"homepageUrl": "https://jupyter.org",
"kind": "other",
"description": "Interactive notebook ecosystem (JupyterLab, Notebook, Hub) for\nPython/R/Julia and other kernels.\n"
},
"outgoingEdges": [
{
"from": "tool:jupyter",
"to": "language:python",
"kind": "belongs_to_language",
"attributes": {}
},
{
"from": "tool:jupyter",
"to": "skill-area:data-science-experimentation",
"kind": "used_for"
},
{
"from": "tool:jupyter",
"to": "skill-area:ai-evaluation",
"kind": "used_for"
}
],
"incomingEdges": [
{
"from": "specialization:data-science-ml",
"to": "tool:jupyter",
"kind": "uses_tool"
},
{
"from": "stack-profile:research-data-platform",
"to": "tool:jupyter",
"kind": "composed_of"
},
{
"from": "tool-server:mcp-jupyter",
"to": "tool:jupyter",
"kind": "integrates_with",
"attributes": {}
}
]
}