/handsontable_kino_smartcell

use Handsontable to edit/enter data in livebook like excel/spreadsheet, created with livebook's smart cell

Primary LanguageElixirMIT LicenseMIT

Handsontable Kino Smartcell

use Handsontable to edit/enter data in livebook like excel/spreadsheet, created with livebook's smart cell

demo

Installation

Add these lines to Notebook dependencies and setup to install package and set config

Mix.install([
  {:handsontable_kino_smartcell, git: "https://github.com/pastleo/handsontable_kino_smartcell.git", tag: "0.1.6"},
])

Application.put_all_env(
  handsontable: [
    license_key: "non-commercial-and-evaluation",
  ]
)

about Handsontable License key

then you can add Handsontable in + Smart list:

adding

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/handsontable_kino_smartcell.