I am fairly new to Jupyter Notebook. I have played around with it for a while. But this was my first time trying to import another notebook into my main class.
For r
Simple way to use ipynb files in jupyter note book are as follows:
1) Install import-ipynb
import-ipynb
pip install import-ipynb
2) Import import_ipynb in jupyter notebook. Then import ipynb file as you import .py file
import_ipynb
import import_ipynb from test import print_name print_name("your name")