Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 914 Bytes

File metadata and controls

41 lines (25 loc) · 914 Bytes

kepler.gl for Jupyter

PyPI version PyPI prerelease

This is the kepler.gl Jupyter widget, an advanced geospatial visualization tool for rendering large-scale interactive maps in Jupyter Notebook and JupyterLab.

Installation

pip install keplergl

Prerequisites

  • Python >= 3.9
  • JupyterLab >= 4.0 or Notebook >= 7.0

Quick Start

from keplergl import KeplerGl

# Create a map
map = KeplerGl(height=400)

# Add data
map.add_data(data=df, name='my_data')

# Display the map
map

Documentation

For full documentation, visit https://docs.kepler.gl/docs/keplergl-jupyter.

License

MIT