When attempting to plot matplotlib path and line collection I get the error "TypeError: Object of type 'int64' is not JSON serializable" because the collection is a numpy array.
I am able to fix this manually with a tolist() argument in the _display() module.
Was wondering if this will be addressed in a future release?
When attempting to plot matplotlib path and line collection I get the error "TypeError: Object of type 'int64' is not JSON serializable" because the collection is a numpy array.
I am able to fix this manually with a tolist() argument in the _display() module.
Was wondering if this will be addressed in a future release?
Thanks