iiRecord
Agentic AI Atlas · Jupyter
tool:jupytera5c.ai
II.
Tool JSON

tool:jupyter

Structured · live

Jupyter json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/tools/tools-notebook.yamlCluster · domain
Record JSON
{
  "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": {}
    }
  ]
}