I am using anaconda2
and the version of python
I am running is 3.7.0
How do I import one .ipynb
file into another?
I have installed a package called import_ipynb
using pip
and when importing the package into my notebook I get the following error:
ModuleNotFoundError: No module named 'import_ipynb'
I appreciate any help!