I was writing something in Jupyter and wrote r=np.array=([1,2,3,4]), and now np.array doesn't work. I used np.array=None, but now it just gives me back: module 'numpy' has no attribute 'array'.
How could I fix this without starting a new jupyter notebook?