this might seem like stupid question, but i don't know how to resolve this problem.
So i'm trying to integrate a code of mine that i made in ipython and make it look much much better documented. My code uses a numpy file that i made a path to use it for.
So my question is, how would i upload this numpy file to my notebook so I can use it in my .ipynb file? I tried having the .npy and .ipynb files in the same folder, but i'm clueless on how to call it.
Thank you.