Content-Length: 295502 | pFad | http://github.com/hergetto/kino_libgraph

AB GitHub - hergetto/kino_libgraph: Libgraph integration with Livebook
Skip to content

hergetto/kino_libgraph

Repository files navigation

KinoLibgraph

Docs build

Libgraph integration with Kino for Livebook using vis-network.

Installation

To use KinoLibgraph with Livebook, you only have to run Mix.install/2:

Mix.install([
  {:kino_libgraph, "~> 0.1.0"}
])

Example

directed_graph =
  Graph.new()
  |> Graph.add_edges([
    {:b, :c, weight: -2},
    {:a, :b, weight: 1},
    {:c, :d, weight: 3},
    {:b, :d, weight: 4}
  ])

Outputs:

Graph









ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/hergetto/kino_libgraph

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy