deckgl-widget

Jupyter widget for rendering deck.gl in a Jupyter notebook

Usage no npm install needed!

<script type="module">
  import deckglWidget from 'https://cdn.skypack.dev/deckgl-widget';
</script>

README

deck.gl

![Build Status](https://travis-ci.org/Uber Technologies, Inc./deck.gl.svg?branch=master) ![codecov](https://codecov.io/gh/Uber Technologies, Inc./deck.gl/branch/master/graph/badge.svg)

Jupyter widget for rendering deck.gl in a Jupyter notebook

Installation

You can install using pip:

pip install DeckGLWidget

Or if you use jupyterlab:

pip install DeckGLWidget
jupyter labextension install @jupyter-widgets/jupyterlab-manager

If you are using Jupyter Notebook 5.2 or earlier, you may also need to enable the nbextension:

jupyter nbextension enable --py [--sys-prefix|--user|--system] DeckGLWidget