notebook.community
Edit and run
In [2]: import os
import os
In [3]: os.getcwd()
os.getcwd()
Out[3]: 'C:\\Users\\cliff\\repositories\\RushHour\\RushHourPy\\analysis_prototypes'
'C:\\Users\\cliff\\repositories\\RushHour\\RushHourPy\\analysis_prototypes'
In [7]: %run "..\compute_neighbors_and_components.py"
%run "..\compute_neighbors_and_components.py"
In [ ]: