ArtefactKino (ArtefactKino v0.1.2)

Copy Markdown View Source

Livebook Kino widget for rendering %Artefact{} knowledge graphs.

Renders three panels: interactive vis-network graph (heartside), Cypher fragment with CREATE/MERGE toggle, and a tabbed Elixir inspector showing the artefact, nodes and relationships as tables.

Usage

ArtefactKino.new(artefact)
ArtefactKino.new(artefact, default: :merge)

Summary

Functions

Render an %Artefact{} as a three-panel Kino widget.

Functions

new(artefact, opts \\ [])

Render an %Artefact{} as a three-panel Kino widget.

Options:

  • default::create (default) or :merge