eerepr
Code Editor-style reprs for Earth Engine data in a Jupyter notebook.
What it is and what it does
eerepr is a display enhancement for Earth Engine objects in Jupyter notebooks. It hooks into Python's repr system to replace the default string representation of Earth Engine objects with interactive HTML visualizations styled like the Earth Engine Code Editor. When you print or display an Earth Engine object in a Jupyter cell, instead of seeing a long text dump, you get a formatted, interactive view.
The package is designed as a thin integration layer that activates with a single call to eerepr.initialize(). It depends only on earthengine-api and works in standard Jupyter environments. Configuration options let you control memory usage (max_repr_mbs), caching behavior (max_cache_size), and error handling. It's pre-installed in Google Colab and automatically initialized by geemap versions 0.35.2 and later.
Use it for:
- Exploratory analysis of Earth Engine datasets in Jupyter notebooks where readable object inspection improves workflow clarity.
- Teaching Earth Engine concepts where interactive HTML reprs make data structures more intuitive than text output.
- Debugging Earth Engine queries by visually inspecting intermediate FeatureCollections, Images, and other objects during development.
- Collaborative notebooks where stakeholders benefit from formatted, interactive object displays rather than raw string representations.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Adds interactive HTML representations to Earth Engine objects when displayed in Jupyter notebooks, replacing plain text output with Code Editor-style visualizations.
Yes, if you work with Earth Engine in Jupyter notebooks. The install is frictionless, the license is permissive, there are no known vulnerabilities, and the package solves a genuine usability problem—replacing hard-to-read text reprs with interactive visualizations. The aging maintenance status is not a concern given that the package is stable, pre-installed in Colab, and requires minimal updates. Install it to improve notebook readability.
Install
eerepr on PyPI
pip
pip install eerepruv
uv add eereprpoetry
poetry add eereprInstalling eerepr
Before you install
Low friction install with a single pure-Python wheel dependency on earthengine-api. The package is aging (last commit November 2025, latest release May 2025) but remains actively maintained and is pre-installed in Google Colab.
License in practice
MIT License permits unrestricted use, modification, and distribution with only attribution required. No licensing constraints on adoption.
Quickstart
pip install eerepr
import eerepr
eerepr.initialize()
# Earth Engine objects now display as interactive HTML in Jupyter
Requires earthengine-api to be installed and Earth Engine to be initialized (ee.Initialize()) before eerepr can render objects.
Verify before relying
- Whether the HTML repr rendering performance is acceptable for large Earth Engine datasets beyond the documented max_repr_mbs threshold.
- Compatibility with non-Jupyter IPython environments (e.g., JupyterLab, VS Code notebooks) beyond the documented Jupyter support.
Package facts
| License | MIT License Copyright (c) 2022 Aaron Zuspan Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal… (full text in the JSON record) (permissive) |
| Python support | supports the current Python release (>=3.8) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — earthengine-api |
| Maintenance | aging — 469 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 141,610/month — #11,238 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: eerepr-0.1.2-py3-none-any.whl
Keywords: earthengine, gee, html, jupyter, notebook, reprs
Tags
More Scientific/Engineering packages
NumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
pandaspandas provides fast, flexible data structures…
permissive · top 100 on PyPI
scipyscipy provides numerical algorithms for…
permissive · top 100 on PyPI
scikit-learnscikit-learn provides a comprehensive Python…
permissive · top 1,000 on PyPI
dilldill extends Python's pickle module to…
permissive · top 1,000 on PyPI
multiprocessMultiprocess is an enhanced fork of Python's…
permissive · top 1,000 on PyPI
geemapGeemap provides interactive geospatial analysis…
permissive · top 15,000 on PyPI
earthengine-apiPython client library for Google Earth Engine,…
permissive · top 15,000 on PyPI
xeeXee is an Xarray backend that lets you open…
permissive · top 15,000 on PyPI
py3DmolEmbeds an interactive 3D molecular viewer in…
permissive · top 15,000 on PyPI
ipywidgetsipywidgets provides interactive HTML widgets…
permissive · top 1,000 on PyPI
matplotlib-inlineEnables matplotlib figures to display inline…
permissive · top 1,000 on PyPI
nbconvertnbconvert converts Jupyter notebooks (.ipynb…
permissive · top 1,000 on PyPI
traceriteFormats Python exceptions and tracebacks into…
permissive · top 5,000 on PyPI
emr-notebooks-magicsProvides iPython magics for Amazon EMR…
permissive · top 5,000 on PyPI
jupyter-leafletjupyter-leaflet provides interactive map…
permissive · top 15,000 on PyPI