Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plots not rendering in Google Colab #436

Open
LinusP217 opened this issue May 15, 2023 · 3 comments
Open

Plots not rendering in Google Colab #436

LinusP217 opened this issue May 15, 2023 · 3 comments
Labels

Comments

@LinusP217
Copy link

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.

@maartenbreddels
Copy link
Collaborator

Fixed by f4a81bb and widgetti/ipyvue@5ed5b23
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"

@LinusP217
Copy link
Author

LinusP217 commented Jun 2, 2023

Works great now 👍

image

@maartenbreddels
Copy link
Collaborator

Great! And thank you for funding this work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants