-
Notifications
You must be signed in to change notification settings - Fork 190
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
Displaying 3D graphics on nbviewer #37
Comments
On a similar note: I'm really loving this library but I'm struggling to see how I can use it outside of a notebook. I would love to export a widget into a web page, perhaps within a Flask web app. Does anyone know how this can be done? I tried using The jupyter widgets user guide has a section on embedding custom widget libraries, but I don't really understand it. It says:
Any insights into rendering pythreejs widgets outside a notebook would be much appreciated! |
This should work with the latest release of pythreejs once jupyter-widgets/ipywidgets#2026 (or another solution to the same problem) gets merged and released. |
This now works, see e.g. https://nbviewer.jupyter.org/github/jupyter-widgets/pythreejs/blob/master/examples/Textures.ipynb |
The displayed output doesn't get rendered on Jupyter .ipynb notebooks on nbviewer
Has anyone achieved this with
pythreejs
?. The iPython notebook is supposed to be cached and showed as run last.The text was updated successfully, but these errors were encountered: