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 found a place in the existing code where it can be done in PyVista but is expressed in vtk. @bjlittle Are you fine changing it to PyVista representation?
# We need to add `check_mesh` option in PyVistaremeshed: pv.PolyData=poly1.intersection(
poly2, check_mesh=check, split_first=True, split_second=False
)
So I've just created a new working environment in a new workspace, and pv.set_jupyter_backend("trame")totally does not work.
No matter if I reinstall or update ipywidgets, trame, and vtk I get the following error:
So I've just created a new working environment in a new workspace, and pv.set_jupyter_backend("trame")totally does not work. No matter if I reinstall or update ipywidgets, ...
📰 Custom Issue
I found a place in the existing code where it can be done in PyVista but is expressed in
vtk
.@bjlittle Are you fine changing it to PyVista representation?
geovista/src/geovista/filters.py
Lines 125 to 137 in 933fe26
The text was updated successfully, but these errors were encountered: