-
Notifications
You must be signed in to change notification settings - Fork 207
Some Jupyterlite examples don't work due to missing / not found dependencies #1100
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
Comments
Thanks a lot for your feed-back! I am seeing only this now, don't hesitate to ping me directly in the future on sphinx-gallery JupyterLite-related things! Trying to answer the issues you found:
This one is actually an issue in Binder too (I noticed it recently while working on the JupyterLite integration). The reason is because we are not copying
Yep this is known, in #977 we focused on a MVP. You can add a
This one is a bit special in the sense that you expect the package you write examples for to be installed. In the use case I am targetting first (scikit-learn mostly but matplotlib could be another good candidate), the package is available in Pyodide so
I don't know too much about pyvista but I would expect that we are in a similar case as mayavi. |
Mayavi is out of the codebase on
|
Uh oh!
There was an error while loading. Please reload this page.
plot_1_exp.ipynb
ModuleNotFoundError: No module named 'local_module'
plot_2_seaborn.ipynbModuleNotFoundError: No module named 'seaborn'
plot_6_function_identifier.ipynb
ModuleNotFoundError: No module named 'sphinx_gallery'
plot_3d.ipynbModuleNotFoundError: No module named 'mayavi'
plot_0_plotly.ipynbModuleNotFoundError: No module named 'plotly'
plot_collisions.ipynb, plot_glyphs.ipynb, plot_lighting.ipynb, plot_ray_trace.ipynbModuleNotFoundError: No module named 'pyvista'
Edit: the crossed out cases were covered by #1113
The text was updated successfully, but these errors were encountered: