ContextLab / hypertools

A Python toolbox for gaining geometric insights into high-dimensional data
http://hypertools.readthedocs.io/en/latest/
MIT License
1.83k stars 160 forks source link

Fix the binder link in the README #170

Closed andrewheusser closed 6 years ago

andrewheusser commented 6 years ago

There is an error when launching the example notebook using the new and improved Binder:

ImportError: No module named _tkinter, please install the python-tk package

tkinter is not on pip, so we need to a) scrap the reqs file and make a docker image, or b) figure out if we can remove tkinter a a hypertools dependency