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

Once JupyterGIS is installed, start JupyterLab:

jupyter lab

Quickstart#

Here are a few neat options to quickstart in an ephemeral environment:

Docker

docker run -p 8888:8888 ghcr.io/geojupyter/jupytergis:latest