Cyrille Rossant
Cyrille Rossant
There's no link? Good idea to sort the entries by alphabetical order of the first author's last name. Anyone has other suggestions for the sorting order?
Can you double check that you have a 64-bit installation of Python? You can also do `python -c 'import sys;print("%x" % sys.maxsize, sys.maxsize > 2**32)'`
There is no paper at the moment, I think you can just give the github URL
Thanks, yes, these will be addressed during the ongoing v0.4 refactoring.
All interactivity patterns are implemented using a proper C API... except for the orbit API, which I implemented quickly in Python in `_panel.py` (`Panel.orbit()`) because I was in a hurry...
Indeed, we’re still likely many months away from the next v0.4 release. In the meantime, the v0.3 branch will continue to be maintained, and minor releases may occur. The v0.4...