II.
Library JSON
Structured · livelibrary:seaborn
Seaborn json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:seaborn",
"_kind": "Library",
"_file": "domain/libraries/libraries-python.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Seaborn",
"belongsToLanguageId": "language:python",
"description": "Statistical data visualization built on Matplotlib with high-level\nchart types and themed defaults.\n"
},
"outgoingEdges": [
{
"from": "library:seaborn",
"to": "language:python",
"kind": "belongs_to_language"
},
{
"from": "library:seaborn",
"to": "skill-area:data-analysis",
"kind": "library_used_by",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "library:matplotlib",
"to": "library:seaborn",
"kind": "alternative_to"
},
{
"from": "stack-profile:python-ml-stack",
"to": "library:seaborn",
"kind": "composed_of"
}
]
}