(From email) The code below takes 5-10 seconds to run, which is 5-10 seconds too many: ```python import scriptcontext as sc np = sc.sticky['numpy'] np.array(range(10000)) ```