pyxem / kikuchipy

Toolbox for analysis of electron backscatter diffraction (EBSD) patterns
https://kikuchipy.org
GNU General Public License v3.0
79 stars 30 forks source link

PyVista/pythreejs backend does not display anything in a Jupyter notebook #566

Closed hakonanes closed 1 year ago

hakonanes commented 1 year ago

EBSDMasterPattern.plot_spherical(backend="pyvista") and KikuchiPatternSimulator.plot(backend="pyvista") does not produce any plot in a Jupyter notebook. See https://github.com/pyvista/pyvista/issues/3274.

hakonanes commented 1 year ago

For the docs, we can set ipywidgets <= 7.7 as a dependency, which is a temporary solution suggested in the above referenced issue.