An open API service indexing awesome lists of open source software.

https://github.com/joomcode/perspective-mime-plugin

Jupyterlab plugin for rendering csv data via Perspective framework
https://github.com/joomcode/perspective-mime-plugin

Last synced: 11 months ago
JSON representation

Jupyterlab plugin for rendering csv data via Perspective framework

Awesome Lists containing this project

README

          

# perspective-mime

A JupyterLab extension for rendering perspective.arrow files.

## Prerequisites

* JupyterLab 1.0 or later

## Installation

```bash
jupyter labextension install perspective-mime
```

## Development

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

```bash
npm install
jupyter labextension link .
```

To rebuild the package and the JupyterLab app:

```bash
npm run build
jupyter lab build
```