Contribute Media
A thank you to everyone who makes this possible: Read More

napari, a fast n-dimensional array viewer for scientific Python

Description

I will present napari (https://napari.org), a new n-dimensional array viewer for scientific Python. napari uses VisPy and OpenGL to do fast rendering on the GPU. Additionally, napari leverages "lazy arrays" such as Dask and Zarr to only load the part of your data being viewed, allowing easy exploration of larger-than-RAM datasets, remote datasets, and even data computed on the fly.

今回紹介するのは、科学的なPythonのための新しいn次元配列ビューア、napari (https://napari.org)です。 napariはVisPyとOpenGLを使用してGPU上で高速なレンダリングを行います。さらに、napariはDaskやZarrのような "遅延配列 "を利用して、表示されているデータの一部だけをロードすることで、RAMよりも大きなデータセットやリモートデータセット、さらにはオンザフライで計算されたデータを簡単に探索することができます。

Details

Improve this page