Currently I am running a .py file at Jupyter Notebook using the following command:
!python /Users/manage.py /Users/u.data
Sometimes I have a really long file path. Thus, is there a way that I can execute it with anything similar to this?
path_name = "/Users/"
!python "{}manage.py".format(path_name) "{}u.data.format(path_name)