Hi,
I was using the following command to import variables and functions from an other notebook :
%run ./utils
For some reason it is not working any more and gives me this message :
Exception: File `'./utils.py'` not found.
utils.py is still at the same place, namely in the current notebook directory.
Any idea why it could be not working ?