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
- Host: GitHub
- URL: https://github.com/joomcode/perspective-mime-plugin
- Owner: joomcode
- Created: 2022-10-10T15:59:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-10T19:22:24.000Z (over 3 years ago)
- Last Synced: 2025-01-04T02:31:38.141Z (about 1 year ago)
- Language: TypeScript
- Size: 58.6 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```