Installing JupyterGIS#
Note
It is best to install JupyterGIS using mamba
, conda
, micromamba
, or pixi
since you’ll be able to install qgis
at the same time, allowing you to open .qgz
files.
mamba install -c conda-forge jupytergis qgis
Alternatively, you can install JupyterGIS with pip
:
pip install jupytergis
Finally, start JupyterLab:
jupyter lab
Quickstart#
Here are a few neat options to quickstart in a temporary environment:
Docker#
docker run -p 8888:8888 ghcr.io/geojupyter/jupytergis:latest
pixi#
pixi exec --spec jupytergis --spec qgis jupyter lab
uv#
uv run --with jupytergis jupyter lab