Closed rohanrajpal closed 6 years ago
I get an AttributeError when I try to access the xy trait from no_drag. This happened while following the demo notebook.
The full error is
--------------------------------------------------------------------------- AttributeError Traceback (most recent call last) <ipython-input-15-75ef162e19fd> in <module>() ----> 1 no_drag.xy AttributeError: 'Event' object has no attribute 'xy'
Thanks for the report, I'll get this fixed today
@rohanrajpal version 0.3.0 is now on pypi and will soon be available as a conda package on conda-forge.
I get an AttributeError when I try to access the xy trait from no_drag. This happened while following the demo notebook.
The full error is