import cupy import numpy as np import stackview
image = np.random.random((100,100))
cp_image = cupy.asarray(image)
stackview.insight(cp_image)