Matthias Fabry

Results 11 issues of Matthias Fabry

I created a fresh conda environment with: `conda create -n pymayavi python=3.7 vtk=8 pyqt=5` then `conda activate pymayavi` `conda install mayavi` This creates an environment with: ``` $ conda list:...