Saul Shanabrook 30e26f1c26 working benchmark for fixed data table %!s(int64=4) %!d(string=hai) anos
..
src 253a4514db prettify %!s(int64=4) %!d(string=hai) anos
style 6d13226784 Add fixed data table example to benchmarks %!s(int64=4) %!d(string=hai) anos
.gitignore 6d13226784 Add fixed data table example to benchmarks %!s(int64=4) %!d(string=hai) anos
Example.ipynb 30e26f1c26 working benchmark for fixed data table %!s(int64=4) %!d(string=hai) anos
README.md 6d13226784 Add fixed data table example to benchmarks %!s(int64=4) %!d(string=hai) anos
package.json 7c6bebb749 Fix fixed data table install %!s(int64=4) %!d(string=hai) anos
tsconfig.json 6d13226784 Add fixed data table example to benchmarks %!s(int64=4) %!d(string=hai) anos

README.md

fdtmime

A JupyterLab extension for rendering table files.

Prerequisites

  • JupyterLab 1.0 or later

Installation

jupyter labextension install fdtmime

Development

For a development install (requires npm version 4 or later), do the following in the repository directory:

npm install
jupyter labextension link .

To rebuild the package and the JupyterLab app:

npm run build
jupyter lab build