Closed kortschak closed 4 years ago
I have just reinstalled gophernotes locally with version v0.7.1 and it is working locally, so this issue becomes a question about what it is that I'm doing wrong in the postBuild on the MyBinder configuration. I'll have a little play to see if I can fix that.
Resolved with some care given to the postBuild.
Good to hear that you solved this problem.
Would you care to post the differences between the 'broken' and the 'working' build script ?
Or maybe the critical parts were the following?
export GO111MODULE=on
# ...
go get github.com/gopherdata/gophernotes@v0.7.1
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).
I get this error when running locally (Go1.15).
I don't know if this is related to #184, but the local error suggests so.