I have a file called orbital.ipynb (in jupyter notebooks) .
I'm currently working on a new file called OrbitalStockSelector , and I'd like to import the orbital.ipynb file to the new file.
I've tried changing the extension to .py , using import_module(orbital) but have not been able to succeed. I get:
ImportError: No module named orbital