Using Binder

Binder allows us to use an already created environment notebook from a (Github) repository.

On the MyBinder landing page, you will see an interactive block for which to launch the repo with its python environment set up for us.

  1. Grab your forked repo URL.
    Or use mine: https://github.com/ianhorn/kyfromabove-gisconference2025-workshop

MyBinder Landing Page

Leave the Git ref as head and Files to open blank. Then click launch

MyBinder will use the environment.yml file to build a python environment so you can hit the ground running when the notebooks starts up.

You can show the Build Logs to monitor process.