I would like to use ipyvolume plots to render some 3d data.
I use the spyder IDE, which shows the plots in some specific pane.
But ipyvolume plots do no appear there (I guess because they are based on an interactive widget).
Is there any way to use ipyvolume to render 3D data into an image and use the classic matplotlib package to display it? (so that spyder would show it) ?
I would like to use ipyvolume plots to render some 3d data. I use the spyder IDE, which shows the plots in some specific pane. But ipyvolume plots do no appear there (I guess because they are based on an interactive widget).
Is there any way to use ipyvolume to render 3D data into an image and use the classic matplotlib package to display it? (so that spyder would show it) ?
Thanks