ipyvolume
ipyvolume copied to clipboard
type object 'DataImage' has no attribute '_instance_inits' when importing ipyvolume
I use visual studio code for jupyter and when I try to import ipyvolume I get the following error:
type object 'DataImage' has no attribute '_instance_inits'.
Thanks for your time.
Facing the same issue too.
which version of traitlets do you have?
I found this at random while searching for this exact error. FWIW the workaround is installing ipydatawidgets<4.3.3
.
See https://github.com/vidartf/ipydatawidgets/issues/57