Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qzchenwl/jupyterlab_voyager
JupyterLab extension visualize data with Voyager
https://github.com/qzchenwl/jupyterlab_voyager
Last synced: about 6 hours ago
JSON representation
JupyterLab extension visualize data with Voyager
- Host: GitHub
- URL: https://github.com/qzchenwl/jupyterlab_voyager
- Owner: qzchenwl
- Created: 2019-03-14T15:59:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-03-16T07:48:49.000Z (over 5 years ago)
- Last Synced: 2024-09-22T04:11:12.716Z (about 2 months ago)
- Language: TypeScript
- Size: 200 KB
- Stars: 3
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jupyterlab_voyager
A JupyterLab MIME renderer extension to view CSV and JSON data in [Voyager 2](https://github.com/vega/voyager#voyager-2).
## Prerequisites
* JupyterLab
## Installation
```bash
jupyter labextension install @qzchenwl/jupyterlab_voyager
```## Development
For a development install (requires npm version 4 or later), do the following in the repository directory:
```bash
npm install
npm run build
jupyter labextension link .
```To rebuild the package and the JupyterLab app:
```bash
npm run build
jupyter lab build
```