II.
Library JSON
Structured · livelibrary:livebook
Livebook json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:livebook",
"_kind": "Library",
"_file": "domain/libraries/libraries-elixir-ruby.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Livebook",
"belongsToLanguageId": "language:elixir",
"category": "other",
"description": "Interactive, collaborative notebook environment for Elixir built on\nPhoenix LiveView. Supports live code execution, Kino widgets,\nMermaid diagrams, and Smart cells for data exploration.\n"
},
"outgoingEdges": [
{
"from": "library:livebook",
"to": "language:elixir",
"kind": "belongs_to_language"
},
{
"from": "library:livebook",
"to": "skill-area:data-analytics",
"kind": "library_used_by",
"attributes": {}
},
{
"from": "library:livebook",
"to": "library:nx-elixir",
"kind": "alternative_to"
}
],
"incomingEdges": []
}