I have the following:
import numpy as np v = np.ndarray([1,2,3,4,5])
I\'m interested in examining v and somehow recovering that it i
v