import-ipynb · PyPI
https://pypi.org/project/import-ipynb24.10.2017 · load the notebook document into memory; create an empty Module; execute every cell in the Module namespace; Note that since every cell in the A.ipynb is executed when you import the the file, A.ipynb should only contain classes and function definitions (otherwise you’ll end up loading all variables and data into memory).