Gophernotes looks like it's failing again for me. Attempting to run the notebook at https://mybinder.org/v2/gh/kortschak/graphprac/master?filepath=graph-prac.ipynb gives the following (Go1.13).
error loading package "github.com/kortschak/graphprac" metadata: packages.Load() could not find package "github.com/kortschak/graphprac"
I get this error when running locally (Go1.15).
error loading package "github.com/kortschak/graphprac" metadata: -: cannot find module providing package github.com/kortschak/graphprac: working directory is not part of a module
I don't know if this is related to #184, but the local error suggests so.