You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used the GitHub search to find a similar question and didn't find it.
I searched the PyVista documentation, with the integrated search.
I already searched in Google "How to X in PyVista" and didn't find any information.
I already read and followed all the tutorial in the docs and didn't find an answer.
I will NOT make duplicate discussions or issues in the future.
Commit to Help
I commit to help with one of those options.
Sample Code
# Any code that plots an interactive PyVista visualizationimportpyvistaaspvsphere=pv.Sphere()
# short examplesphere.plot(jupyter_backend='trame')
# long exampleplotter=pv.Plotter(notebook=True)
plotter.add_mesh(sphere)
plotter.show(jupyter_backend='trame')
Description
I am trying to display PyVista interactive plots in a Binder instance, but I get various flavours of failure: it either hangs (displays βLoading β¦β with a wheel that spins for ever), returns a 424 error in the cell output, or 404 error in the cell output. At the current stage, I encounter Error 404 :
"404 : Not Found
You are requesting a page that does not exist!"
I did access the Binder instance of the pyvista tutorials, where I found that it does indeed work. I also looked through various forums (SO, Discourse, Github issues, ...) to no avail. I also started a Discourse thread on the Jupyter discourse forum.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
First check
Commit to Help
Sample Code
Description
I am trying to display PyVista interactive plots in a Binder instance, but I get various flavours of failure: it either hangs (displays βLoading β¦β with a wheel that spins for ever), returns a 424 error in the cell output, or 404 error in the cell output. At the current stage, I encounter Error 404 :
"404 : Not Found
You are requesting a page that does not exist!"
The notebook does work locally.
I set up the Binder instance with the recommended apt.txt and start files as indicated in PyVistaβs documentation, section βRunning on MyBinderβ. I also tried a simpler version of a start file I found in the tutorial.
I did access the Binder instance of the pyvista tutorials, where I found that it does indeed work. I also looked through various forums (SO, Discourse, Github issues, ...) to no avail. I also started a Discourse thread on the Jupyter discourse forum.
Any help appreciated !
System Information
Screenshots
No response
Beta Was this translation helpful? Give feedback.
All reactions