jimbaker / tagstr

This repo contains an issue tracker, examples, and early work related to PEP 999: Tag Strings
51 stars 6 forks source link

Add Binder support #11

Closed jimbaker closed 1 year ago

jimbaker commented 2 years ago

https://github.com/gvanrossum/patma/tree/master/binder has a useful setup with https://mybinder.org/ to allow for a Python notebook to be run with a checkout and build of an arbitrary CPython branch.

Let's do the same here for our tag string work.

See more here on the original PR: https://github.com/gvanrossum/patma/pull/117

jimbaker commented 1 year ago

Closing this out - it's too much work.