You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.