I'm working in Jupyter Notebook. I have some .py files and a different .ipynb file where I'm importing them.
When I edit the .py file, I save it, I run again the box where I import the .py file and then I call it elsewhere in the .ipynb, it isn't the last saved version. Closing everything seems to work but that's very inefficient, is there any other way to force it to update?