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

Unable to view sprite atlas in Dive #82

Closed
dhaners opened this issue Nov 3, 2017 · 6 comments
Closed

Unable to view sprite atlas in Dive #82

dhaners opened this issue Nov 3, 2017 · 6 comments

Comments

@dhaners
Copy link

dhaners commented Nov 3, 2017

I have installed Facets to be used in a jupyter notebook and followed the instructions on the github page. I tried to load the provided notebook, Dive_demo.ipynb, but I am unable to view any data points (although clicking on different areas inside the image does display information on the right hand side).
image

This same visualization displays properly on the facets website https://pair-code.github.io/facets/.
image

Is there any additional setup I must complete to view the default sprite atlas?

@jameswex
Copy link
Collaborator

Interesting problem. Do you see any errors in the developers console for the browser when you run the cell that renders the visualization (control-shift-i and then click on the console tab, if using chrome)?

Seems like it might be web-gl related as web-gl is used to render the sprites in the visualization.

@dhaners
Copy link
Author

dhaners commented Nov 13, 2017

Hmm yes I do see web-gl related messages in the developers console:

image

How might I be able to fix that?

@jameswex
Copy link
Collaborator

Do you not see these same errors if in the same browser you go to the facets website and view Facets Dive?

@dhaners
Copy link
Author

dhaners commented Nov 14, 2017

Yes now that I am looking the website shows the same thing. When I was looking at the website earlier I was using my local browser but I actually want to be able to view this in my VM, which is where I am seeing these errors.

@jimbojw
Copy link
Collaborator

jimbojw commented Nov 15, 2017

... I actually want to be able to view this in my VM, which is where I am seeing these errors.

That makes sense. To make WebGL work with a VM, there are different steps for different VM providers, graphics drivers and guest OSs. It sounds like you may need to troubleshoot WebGL + your VM setup first before using Dive.

@jameswex
Copy link
Collaborator

Closing this issue as it is a problem with using webGL with a VM, outside the scope of Facets

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

No branches or pull requests

3 participants