ipyvolume icon indicating copy to clipboard operation
ipyvolume copied to clipboard

Plots not rendering in Google Colab

Open LinusP217 opened this issue 2 years ago • 3 comments

After successfully installing the most recent ipyvolume version to a Google Colab cloud instance, it seems that the plots do not render. It imports fine and there are no error messages when using it, but the plots do not show up.

image

It used to work fine for me when Colab used Python 3.8. As of April 27, 2023, Colab switched to Python 3.10.

LinusP217 avatar May 15 '23 21:05 LinusP217

Fixed by https://github.com/widgetti/ipyvolume/commit/f4a81bb7a2f6cdecd94bc43a41bad6070aee3378 and https://github.com/widgetti/ipyvue/commit/5ed5b23736602e7733959cee7e3064b0290b2e72 This is released in ipyvolume 0.6.2 Note that we did not include a version constraint on ipyvue, although new installations will pick up the new version, you may require to install it like

$ pip install "ipyvolume>=0.6.2" "ipyvue>=1.9.1"

maartenbreddels avatar Jun 02 '23 13:06 maartenbreddels

Works great now 👍

image

LinusP217 avatar Jun 02 '23 15:06 LinusP217

Great! And thank you for funding this work!

maartenbreddels avatar Jun 02 '23 15:06 maartenbreddels