I have a notebook that I need to call in a Python file. I know that calling a notebook in another notebook is done using %run ./NotebookName, and calling a Python module in a notebook can be done using import. So how can a notebook be called in a Python file?
