-
Notifications
You must be signed in to change notification settings - Fork 81
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
cannot visualize inside Google Colab #132
Comments
I would interpret that to mean it is looking for an X11 server. Does Google Colab support that? I did a quick search and turned up this Stackoverflow: https://stackoverflow.com/questions/60886590/how-to-setup-pyglet-to-work-with-manim-in-colab Seems Colab may support |
Looks like you need Xvfb (X virtual frame buffer). Is that something you have to manually add in Colab? I did another search, and in this answer the person is first using https://stackoverflow.com/questions/50107530/how-to-render-openai-gym-in-google-colab Can you try that? |
Could be easier to use trimesh for this : https://github.com/mikedh/trimesh It does support inline visualization with tree.js. I have not used Google Colab much but I assume things working in notebook will also work there. |
@einarf yeah I initially tried that and got this error |
Hello,
Could you please guide me how to interactively or even statically visualize the obj file inside Google Colab?
Error is:
The text was updated successfully, but these errors were encountered: