K3D-tools / K3D-jupyter

K3D lets you create 3D plots backed by WebGL with high-level API (surfaces, isosurfaces, voxels, mesh, cloud points, vtk objects, volume renderer, colormaps, etc). The primary aim of K3D-jupyter is to be easy for use as stand alone package like matplotlib, but also to allow interoperation with existing libraries as VTK.
MIT License
941 stars 123 forks source link

'--disable-crash-reporter' in Chrome options #441

Closed kretes closed 9 months ago

kretes commented 9 months ago

Adding this option here prevents Chrome from trying to setup /tmp/Crashpad directory, which is problematic in shared environments, where file rights do not allow for that

artur-trzesiok commented 9 months ago

Thanks! Very good idea!