import jovian
jovian.commit()
[jovian] Attempting to save notebook..

Numpy

import numpy as np
a=np.array([1,2,3])
print(a)
[1 2 3]