Skip to content

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

License

Notifications You must be signed in to change notification settings

pastleo/handsontable_kino_smartcell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published