I have many notebooks that currently have a dataframe with a path like this: %run "/Shared/folder/script/notebook"
I want to update this path on all these notebooks to this path instead and I'd like to do this from another notebook: %run "/Repos/Dev/folder/script/notebook"
Is there a simple way of doing this?