0

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?

dWinder
  • 11,597
  • 3
  • 24
  • 39
Bidisha Das
  • 177
  • 2
  • 11
  • This 2 question my help: https://stackoverflow.com/questions/20309456/call-a-function-from-another-file-in-python and https://stackoverflow.com/questions/67631/how-to-import-a-module-given-the-full-path/67692#67692 – dWinder Jul 16 '18 at 06:51
  • https://docs.python.org/3/tutorial/modules.html – Ignacio Vazquez-Abrams Jul 16 '18 at 08:19

0 Answers0