I am assigning notebook path of a python script with functions dynamically and then trying to use this path under %run magic function. It fails with "Notebook not found error".
But if this path is provided as a direct string it executes without error.