pyinaturalist-notebook

February 14, 2026 ยท View on GitHub

Build status Docker Image Version Run with Binder

This is an extension of the Jupyter notebook server (jupyter/scipy-notebook) for working with iNaturalist data, which adds pyinaturalist and all dependencies needed for running pyinaturalist example notebooks.

Usage

docker pull jxcook/pyinaturalist-notebook
docker run -itd \
    --name jupyter-inat \
    --publish 8888:8888 \
    --volume $(pwd):/home/jovyan/work \
    jxcook/pyinaturalist-notebook

# Show a link to the running notebook, including the access token
docker exec jupyter-inat jupyter notebook list

Notes: