explore#

The explore routine (work in progress) allows you to quickly explore a dataset using the JupyterGIS frontend.

from jupytergis import explore

# Open a new exploration window
explore(city_gdf, layer_name="New Haven", basemap="dark")
jupytergis.explore(data, *, layer_name='Exploration layer', basemap='topo')#

Run a JupyterGIS data interaction interface alongside a Notebook.

Parameters:

data (str | Path | Any) – A GeoDataFrame or path to a GeoJSON file.

Raises:
Return type:

GISDocument