coda
v0.1.0
  • Pages
  • Modules

    View Source Coda.Behaviour.Livebook behaviour (coda v0.1.0)

    Behaviour and default implementation of a Livebook analytics UI.

    Summary

    Types

    data_frame()
    data_frame_stats()
    facets()
    kino_ui()
    options()

    Callbacks

    most_played_ui(facets, options)
    overview(data_frame_stats)

    Functions

    item(type, num, stats \\ nil)
    overview_ui(df_stats)
    render(stats, binary)

    Types

    Link to this type

    data_frame()

    View Source
    @type data_frame() :: Coda.Behaviour.Analytics.data_frame()
    Link to this type

    data_frame_stats()

    View Source
    @type data_frame_stats() :: Coda.Behaviour.Analytics.data_frame_stats()
    Link to this type

    facets()

    View Source
    @type facets() :: Coda.Behaviour.Analytics.facets()
    Link to this type

    kino_ui()

    View Source
    @type kino_ui() :: Kino.Markdown.t() | struct()
    Link to this type

    options()

    View Source
    @type options() :: keyword()

    Callbacks

    Link to this callback

    most_played_ui(facets, options)

    View Source
    @callback most_played_ui(facets(), options()) :: kino_ui()
    Link to this callback

    overview(data_frame_stats)

    View Source
    @callback overview(data_frame_stats()) :: kino_ui()

    Functions

    Link to this function

    item(type, num, stats \\ nil)

    View Source
    Link to this function

    overview_ui(df_stats)

    View Source
    Link to this function

    render(stats, binary)

    View Source

    Hex Package Hex Preview (current file) Download ePub version

    Built using ExDoc (v0.30.6) for the Elixir programming language