Importing an ipynb file from another ipynb file?

It is really simple in newer Jupyter:

%run MyOtherNotebook.ipynb

See here for details.

Official docs: %run IPython magic command

Leave a Comment