How to import the functions and static variables from another .ipynb file?
Hi everybody. If I want to implement some functions in a .ipynb file, and invoke these functions in another .ipynb file, is there any way to do that?
I saw "%run" or "%load" work with Python kernel, but not in IJava kernel.
Thanks a lot.