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

Add dependency file for Binder to use, including optional dependencies #543

Open hakonanes opened 2 years ago

hakonanes commented 2 years ago

We should add a file for Binder to use when setting up the environment, like is done in orix: https://github.com/pyxem/orix/blob/develop/environment.yml.

hakonanes commented 2 years ago

I think we have to take the approach of https://github.com/pyvista/pyvista-examples to enable PyVista on Binder, because I keep getting an erorr message stating that libGL1.so isn't available (cannot import vtk nor pyvista).