Powered by AppSignal & Oban Pro
Would you like to see your link here? Contact us
Notesclub

Components

guides/components.livemd

Components

Mix.install([
  {:kino_explorer, "~> 0.1.19"}
])

Kinos

Explorer

This integration automatically renders an Explorer.DataFrame or Explorer.Series as a data table:

Explorer.Datasets.fossil_fuels()

Kino.Explorer

A widget for interactively viewing Explorer.DataFrame or Explorer.Series.

df = Explorer.Datasets.fossil_fuels()
Kino.Explorer.new(df)

Smart cells

The following Smart cells are available:

  • Data transform - for building data transform pipelines