Plots not rendering in Google Colab
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.
It used to work fine for me when Colab used Python 3.8. As of April 27, 2023, Colab switched to Python 3.10.
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"
Works great now 👍
Great! And thank you for funding this work!