ipyvolume icon indicating copy to clipboard operation
ipyvolume copied to clipboard

Is it possible to generate [static] plots that are shown by spyder ?

Open davidcastells opened this issue 4 years ago • 1 comments

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

davidcastells avatar May 14 '21 17:05 davidcastells

Interesting question. This might be possible using the Qt webkit browser, but that would be quite a challenge :) See also https://github.com/maartenbreddels/ipyvolume/issues/204#issuecomment-443747318

maartenbreddels avatar Oct 29 '21 18:10 maartenbreddels