Dear all, Related to module import, I am wondering if there is any way to import a notebook or a .py file, into another notebook.
In the case of a very large notebook, this would be a very good option.
Hi Efueyo,
You can import a ".py" file into another python file or notebook by simply typing in:
import <python-file-name>
You can refer to this link for more details on the same. It is not possible to however import a notebook in another python file or notebook.