Hello everyone, I’m a newer for dolfinx. I have installed dolfinx/lab using docker. I’m trying to follow the tutorial about Solving the Poisson equation, it raises the error when plot the function and mesh using pyvista:
Error displaying widget: model not found
The code is exactly the same with the tutorial. The official document of pyvista Jupyter Notebook Plotting — PyVista 0.33.0 documentation said that using itkwidgets
and ipyvtklink
will trigger this error. However, the error still exists when using ipygany
and pythreejs
. I really don’t know how to fix it. Has anyone encountered this problem?