jupyterlab-mapd
TypeScript icon, indicating that this package has built-in type declarations

0.5.1 • Public • Published

jupyterlab-mapd

Connect to MapD, query their databases, and render the MapD-flavored Vega specification, all within JupyterLab

example

Installation

Requirements:

  • JupyterLab v0.32
  • Access to a MapD server

To install the jupyterlab-mapd extension, run the following in a terminal:

jupyter labextension install jupyterlab-mapd

Installing from source

To install from source, run the following in a terminal:

git clone https://github.com/Quansight/jupyter-mapd-renderer
cd jupyter-mapd-renderer
jlpm install
jlpm run build
jupyter labextension install .

Edit the default database connection

In JupyterLab, click Settings > Advanced Settings to modify the default database connections.

Developing with Docker

You can start developing on this locally with Docker

git clone https://github.com/Quansight/jupyter-mapd-renderer
cd jupyter-mapd-renderer
docker-compose up

Open link to Jupyterlab instance once it is built and shows up in the logs. The app will be rebuilt when you change the jupyterlab extension. Reload the page to get the changes.

Readme

Keywords

none

Package Sidebar

Install

npm i jupyterlab-mapd

Weekly Downloads

5

Version

0.5.1

License

Apache-2.0

Unpacked Size

2.01 MB

Total Files

21

Last publish

Collaborators

  • ian-r-rose