Skip to content

Installation

pyglobegl is published on PyPI and requires Python 3.10 or newer.

pip install pyglobegl
uv add pyglobegl

The wheel bundles a prebuilt JupyterLab extension, so there is no separate jupyter labextension build or install step — install the package and the widget is ready in JupyterLab, Jupyter Notebook, Colab, VS Code, and marimo.

Optional extras

GeoPandas

Adds GeoPandas and Pandera for the GeoPandas helpers:

pip install "pyglobegl[geopandas]"
uv add "pyglobegl[geopandas]"

MovingPandas

Adds MovingPandas (and GeoPandas + Pandera) for the MovingPandas helpers:

pip install "pyglobegl[movingpandas]"
uv add "pyglobegl[movingpandas]"

Verify the install

from importlib.metadata import version

print(version("pyglobegl"))

Then head to the Quick start to render your first globe.