Skip to content

A Jupyter image for iNaturalist data exploration & visualization

License

Notifications You must be signed in to change notification settings

pyinat/pyinaturalist-notebook

Repository files navigation

pyinaturalist-notebook

Build status Docker Image Version Run with Binder

This is a simple extension of the Jupyter notebook server (jupyter/scipy-notebook) for working with iNaturalist data, which adds pyinaturalist plus some extra packages for data exploration & visualization.

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:

Links