(explore)= # explore The explore routine (work in progress) allows you to quickly explore a dataset using the JupyterGIS frontend. ```python from jupytergis import explore # Open a new exploration window explore(city_gdf, layer_name="New Haven", basemap="dark") ``` ```{eval-rst} .. currentmodule:: jupytergis .. autofunction:: explore ```