I want to load the content of a notebook
as a module in ipython
like we do in normal cases. We add a file with the name __init__.py
in the directory of the module of interest and that enable us to load it from another python file by doing from fileName import *
. Now I can't get it work with ipython. Can anyone help me to figure this out ?
Many thanks.