Let assume I have a function called my_func defined in a file called my_file.ipynb.
I want to call that function in another file called test.ipynb. How can I do that?
Let assume I have a function called my_func defined in a file called my_file.ipynb.
I want to call that function in another file called test.ipynb. How can I do that?