A JupyterLab MIME renderer extension to view CSV and JSON data in Voyager 2.
- JupyterLab
jupyter labextension install jupyterlab_voyager
You can also use this with the Docker base images:
FROM jupyter/minimal-notebook
RUN jupyter labextension install jupyterlab_voyager
CMD start.sh jupyter lab
Then right click on any csv
or json
file click "Open with...", then "Voyager".
For a development install (requires npm version 4 or later and yarn), do the following in the repository directory:
yarn install
jupyter labextension link .
To rebuild the package and the JupyterLab app:
yarn build
jupyter lab build
This extension provides a bare minimum integration with Voyager. It would be great to support features like:
- Save Voyager state in widget, so that when window is reloaded it will preserve what you have selected.
- Allow viewing Pandas dataframes in the notebook with Voyager.
Created using JupyterLab extension-cookiecutter-ts
.