View Source Kino.Render protocol (Kino v0.10.0)

Protocol defining term formatting in the context of Livebook.

Link to this section Summary

Types

t()

All the types that implement this protocol.

Functions

Transforms the given value into a Livebook-compatible output.

Link to this section Types

@type t() :: term()

All the types that implement this protocol.

Link to this section Functions

@spec to_livebook(t()) :: Kino.Output.t()

Transforms the given value into a Livebook-compatible output.