ipydatatable

Library to wrap interactive datatables js into a library that helps pandas dataframes

Usage no npm install needed!

<script type="module">
  import ipydatatable from 'https://cdn.skypack.dev/ipydatatable';
</script>

README

ipydatatable

Documentation Status

Library to wrap interactive datatables js into a library that helps pandas dataframes in JupyterLab

Installation

To install use pip:

$ pip install ipydatatable

Then install the extension using the following:

$ jupyter labextension install ipydatatable

Package Install

If you would like to do some development you can install the package witht eh follwoing:

Prerequisites

npm install --save ipydatatable