This is the kepler.gl Jupyter widget, an advanced geospatial visualization tool for rendering large-scale interactive maps in Jupyter Notebook and JupyterLab.
pip install keplergl- Python >= 3.9
- JupyterLab >= 4.0 or Notebook >= 7.0
from keplergl import KeplerGl
# Create a map
map = KeplerGl(height=400)
# Add data
map.add_data(data=df, name='my_data')
# Display the map
mapFor full documentation, visit https://docs.kepler.gl/docs/keplergl-jupyter.
MIT