Closed gthyagi closed 7 months ago
OK - looks fine to me. We'll need to look at what happens on binder which is what drove this change.
wow - that was a big PR. All the Notebooks vanished. This needs to be reflected in the README asap.
Same issue, could not see Example Notebooks in the binder.
@lmoresi In binder, pyvista throws segfault if pv.global_theme.jupyter_backend = "trame"
and it works fine with client
Is it possible to check whether the Notebook is running in binder or not? Then set backend option accordingly
I resolved the problem with saving the screenshot image as a PNG. Instead of using
client
, I setpv.global_theme.jupyter_backend
to"trame"
.