I have the following directory structure:
program/ notebook.ipynb src/ file1.py class1.py file1.py -------- import class1 def run(): ..