deckgl-widget
v0.1.0
Published
Jupyter widget for rendering deck.gl in a Jupyter notebook
Downloads
8
Maintainers
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