-
Notifications
You must be signed in to change notification settings - Fork 233
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
Can I use this on Google Colaboratory? #147
Comments
Hi Norio, thanks for the kinds words! cheers, Maarten |
Are there errors in the Javascript console in either case? Those errors tend to provide a good starting point for debugging missing elements. |
Given https://stackoverflow.com/questions/47269168/ipywidgets-with-google-colaboratory and googlecolab/colabtools#60 it seems colab is currently not supported. |
Does it work on Google Colaboratory? |
@qo4on I tried to use ipyvolume in Google Golab with no success. Executing the pasted code, a message telling "Runtime disconnected" was shown and the code cell keep running in a loop. No figure was shown. import ipyvolume as ipv
import numpy as np
x, y, z = np.random.random((3, 10000))
ipv.quickscatter(x, y, z, size=1, marker="sphere") Is there any news or advances in this issue? |
More than a year have passed. Obviously they are not going to fix this bug. |
Anybody knows a library for scatter 3D visualization in Google Colabs? |
We've spoken to some of the colab people, and they are working on supporting widgets. However, as I understood it, they need to manually support specific widget libraries, for instance core ipywidgets seems supported. I cannot add support for colab, colab needs to add ipyvolume javascript code at their side. I tried running the code, and I saw in the JS console of the browser:
So step 0 would be to ask colab to support that first.
I'm not sure that's obvious. |
Hello @maartenbreddels. Thank you for your response and your work. VAEX is really astonishing. I have just sent a tweet to Google Colab. I hope that it helps to alleviate the lack of support given by them. Best regards! |
Three.js seems to be supported now. But not jupyter-threejs |
Hi. Thank you for making wonderful library!
I tried to install this to Google Colaboratory.
I tried this and it also worked well,
But I couldn't see any result images for 2-3 examples. (Quick Intro, Volume, Scatter plot, etc.)
I use safari ver11.1.1 from MacBook Pro, macOS High Sierra ver10.13.5
In my local jupyter environment, I can see the result images on safari,
but not on Chrome ver67.0.3396.87, so I tried to access Colaboratory with safari.
Is there any way to try?
Thank you.
The text was updated successfully, but these errors were encountered: